#472D10

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

Shades of Clinker #472D10

Tints of Clinker #472D10

Color information

#472D10 (or 0x472D10) is unknown color: approx Clinker. HEX triplet: 47, 2D and 10. RGB value is (71,45,16). Sum of RGB (Red+Green+Blue) = 71+45+16=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #472D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D10 is #B8D2EF. Grayscale: #313131. Windows color (decimal): -12112624 or 1060167. OLE color: 1060167.

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

Color convert

RGB714516-
CMYK00.370.770.72
HSL31.64º63.22%17.06%-
HSV(B)31.64º77.46%27.84%-
XYZ3.633.250.93-
YUV49.47109.11143.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 53.79%
GREEN value IS 45 (17.97% from 255) = 34.09%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=53.79%
G=34.09%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.77
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71451600.370.770.7231.6463.2217.06
Hex472D100254D48203f11
Octal1075520045115110407721
Binary10001111011011000001001011001101100100010000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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