#472D06

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

Shades of Clinker #472D06

Tints of Clinker #472D06

Color information

#472D06 (or 0x472D06) is unknown color: approx Clinker. HEX triplet: 47, 2D and 06. RGB value is (71,45,6). Sum of RGB (Red+Green+Blue) = 71+45+6=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 6 (2.73% from 255 or 4.92% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #472D06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D06 is #B8D2F9. Grayscale: #303030. Windows color (decimal): -12112634 or 404807. OLE color: 404807.

HSL color Cylindrical-coordinate representation of color #472D06: hue angle of 36º 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 #472D06 is Cyan = 0, Magento = 0.37, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB71456-
CMYK00.370.920.72
HSL36º84.42%15.1%-
HSV(B)36º91.55%27.84%-
XYZ3.573.230.61-
YUV48.33104.11144.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.20%
GREEN value IS 45 (17.97% from 255) = 36.89%
BLUE value IS 6 (2.73% from 255) = 4.92%
R=58.20%
G=36.89%
B=4.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.92
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7145600.370.920.723684.4215.1
Hex472D60255C482454f
Octal1075560451341104412417
Binary100011110110111001001011011100100100010010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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