#472E06

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

Shades of Clinker #472E06

Tints of Clinker #472E06

Color information

#472E06 (or 0x472E06) is unknown color: approx Clinker. HEX triplet: 47, 2E and 06. RGB value is (71,46,6). Sum of RGB (Red+Green+Blue) = 71+46+6=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 6 (2.73% from 255 or 4.88% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #472E06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E06 is #B8D1F9. Grayscale: #313131. Windows color (decimal): -12112378 or 405063. OLE color: 405063.

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

Color convert

RGB71466-
CMYK00.350.920.72
HSL36.92º84.42%15.1%-
HSV(B)36.92º91.55%27.84%-
XYZ3.613.310.62-
YUV48.91103.78143.75-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.72%
GREEN value IS 46 (18.36% from 255) = 37.40%
BLUE value IS 6 (2.73% from 255) = 4.88%
R=57.72%
G=37.40%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7146600.350.920.7236.9284.4215.1
Hex472E60235C482554f
Octal1075660431341104512417
Binary100011110111011001000111011100100100010010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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