#472D08

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

Shades of Clinker #472D08

Tints of Clinker #472D08

Color information

#472D08 (or 0x472D08) is unknown color: approx Clinker. HEX triplet: 47, 2D and 08. RGB value is (71,45,8). Sum of RGB (Red+Green+Blue) = 71+45+8=124 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.26% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 71 - color contains mainly: red. Hex color #472D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D08 is #B8D2F7. Grayscale: #303030. Windows color (decimal): -12112632 or 535879. OLE color: 535879.

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

Color convert

RGB71458-
CMYK00.370.890.72
HSL35.24º79.75%15.49%-
HSV(B)35.24º88.73%27.84%-
XYZ3.583.230.67-
YUV48.56105.11144.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 57.26%
GREEN value IS 45 (17.97% from 255) = 36.29%
BLUE value IS 8 (3.52% from 255) = 6.45%
R=57.26%
G=36.29%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7145800.370.890.7235.2479.7515.49
Hex472D802559482350f
Octal10755100451311104312017
Binary1000111101101100001001011011001100100010001110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,45,8); }

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

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

 a { background-color: rgb(71,45,8); }

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

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

 span { border-color: rgb(71,45,8); }

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