#472F0A

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

Shades of Clinker #472F0A

Tints of Clinker #472F0A

Color information

#472F0A (or 0x472F0A) is unknown color: approx Clinker. HEX triplet: 47, 2F and 0A. RGB value is (71,47,10). Sum of RGB (Red+Green+Blue) = 71+47+10=128 (16% of max value = 765). Red value is 71 (28.12% from 255 or 55.47% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 71 - color contains mainly: red. Hex color #472F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F0A is #B8D0F5. Grayscale: #323232. Windows color (decimal): -12112118 or 667463. OLE color: 667463.

HSL color Cylindrical-coordinate representation of color #472F0A: hue angle of 36.39º 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 #472F0A is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB714710-
CMYK00.340.860.72
HSL36.39º75.31%15.88%-
HSV(B)36.39º85.92%27.84%-
XYZ3.673.390.75-
YUV49.96105.45143.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.47%
GREEN value IS 47 (18.75% from 255) = 36.72%
BLUE value IS 10 (4.30% from 255) = 7.81%
R=55.47%
G=36.72%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71471000.340.860.7236.3975.3115.88
Hex472FA0225648244b10
Octal10757120421261104411320
Binary10001111011111010010001010101101001000100100100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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