#472D04

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

Shades of Clinker #472D04

Tints of Clinker #472D04

Color information

#472D04 (or 0x472D04) is unknown color: approx Clinker. HEX triplet: 47, 2D and 04. RGB value is (71,45,4). Sum of RGB (Red+Green+Blue) = 71+45+4=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 45 (17.97% from 255 or 37.5% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #472D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D04 is #B8D2FB. Grayscale: #303030. Windows color (decimal): -12112636 or 273735. OLE color: 273735.

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

Color convert

RGB71454-
CMYK00.370.940.72
HSL36.72º89.33%14.71%-
HSV(B)36.72º94.37%27.84%-
XYZ3.563.230.55-
YUV48.1103.11144.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 59.17%
GREEN value IS 45 (17.97% from 255) = 37.5%
BLUE value IS 4 (1.95% from 255) = 3.33%
R=59.17%
G=37.5%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7145400.370.940.7236.7289.3314.71
Hex472D40255E482559f
Octal1075540451361104513117
Binary100011110110110001001011011110100100010010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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