#472E09

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

Shades of Clinker #472E09

Tints of Clinker #472E09

Color information

#472E09 (or 0x472E09) is unknown color: approx Clinker. HEX triplet: 47, 2E and 09. RGB value is (71,46,9). Sum of RGB (Red+Green+Blue) = 71+46+9=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472E09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E09 is #B8D1F6. Grayscale: #313131. Windows color (decimal): -12112375 or 601671. OLE color: 601671.

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

Color convert

RGB71469-
CMYK00.350.870.72
HSL35.81º77.5%15.69%-
HSV(B)35.81º87.32%27.84%-
XYZ3.623.310.71-
YUV49.26105.28143.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 46 (18.36% from 255) = 36.51%
BLUE value IS 9 (3.91% from 255) = 7.14%
R=56.35%
G=36.51%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.87
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7146900.350.870.7235.8177.515.69
Hex472E90235748244e10
Octal10756110431271104411620
Binary10001111011101001010001110101111001000100100100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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