#472D05

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

Shades of Clinker #472D05

Tints of Clinker #472D05

Color information

#472D05 (or 0x472D05) is unknown color: approx Clinker. HEX triplet: 47, 2D and 05. RGB value is (71,45,5). Sum of RGB (Red+Green+Blue) = 71+45+5=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 45 (17.97% from 255 or 37.19% from 121); Blue value is 5 (2.34% from 255 or 4.13% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #472D05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D05 is #B8D2FA. Grayscale: #303030. Windows color (decimal): -12112635 or 339271. OLE color: 339271.

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

Color convert

RGB71455-
CMYK00.370.930.72
HSL36.36º86.84%14.9%-
HSV(B)36.36º92.96%27.84%-
XYZ3.563.230.58-
YUV48.21103.61144.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 58.68%
GREEN value IS 45 (17.97% from 255) = 37.19%
BLUE value IS 5 (2.34% from 255) = 4.13%
R=58.68%
G=37.19%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7145500.370.930.7236.3686.8414.9
Hex472D50255D482457f
Octal1075550451351104412717
Binary100011110110110101001011011101100100010010010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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