#472E05

Color #472E05 Clinker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clinker #472E05

Tints of Clinker #472E05

Color information

#472E05 (or 0x472E05) is unknown color: approx Clinker. HEX triplet: 47, 2E and 05. RGB value is (71,46,5). Sum of RGB (Red+Green+Blue) = 71+46+5=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #472E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E05 is #B8D1FA. Grayscale: #303030. Windows color (decimal): -12112379 or 339527. OLE color: 339527.

HSL color Cylindrical-coordinate representation of color #472E05: hue angle of 37.27º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #472E05 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB71465-
CMYK00.350.930.72
HSL37.27º86.84%14.9%-
HSV(B)37.27º92.96%27.84%-
XYZ3.63.30.59-
YUV48.8103.28143.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 46 (18.36% from 255) = 37.70%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=58.20%
G=37.70%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7146500.350.930.7237.2786.8414.9
Hex472E50235D482557f
Octal1075650431351104512717
Binary100011110111010101000111011101100100010010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472E05; }

 p { color: rgb(71,46,5); }

 H1.HeaderClassName
 {
   color: #472E05;
 }
 .AnyTagClassName
 {
   color: #472E05;
 }
</style>
background-color css

<style>
 a { background-color: #472E05; }

 a { background-color: rgb(71,46,5); }

 div.DivClassName
 {
   background-color: #472E05;
 }
 .BgClassName
 {
   background-color: #472E05;
 }
</style>
border-color css

<style>
 span { border-color: #472E05; }

 span { border-color: rgb(71,46,5); }

 td.TdClassName
 {
   border-color: #472E05;
 }
 .TagClassName
 {
   border-color: #472E05;
 }
</style>