#472D0A

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

Shades of Clinker #472D0A

Tints of Clinker #472D0A

Color information

#472D0A (or 0x472D0A) is unknown color: approx Clinker. HEX triplet: 47, 2D and 0A. RGB value is (71,45,10). Sum of RGB (Red+Green+Blue) = 71+45+10=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472D0A is #B8D2F5. Grayscale: #303030. Windows color (decimal): -12112630 or 666951. OLE color: 666951.

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

Color convert

RGB714510-
CMYK00.370.860.72
HSL34.43º75.31%15.88%-
HSV(B)34.43º85.92%27.84%-
XYZ3.593.240.72-
YUV48.78106.11143.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 56.35%
GREEN value IS 45 (17.97% from 255) = 35.71%
BLUE value IS 10 (4.30% from 255) = 7.94%
R=56.35%
G=35.71%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71451000.370.860.7234.4375.3115.88
Hex472DA0255648224b10
Octal10755120451261104211320
Binary10001111011011010010010110101101001000100010100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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