#472F0D

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

Shades of Clinker #472F0D

Tints of Clinker #472F0D

Color information

#472F0D (or 0x472F0D) is unknown color: approx Clinker. HEX triplet: 47, 2F and 0D. RGB value is (71,47,13). Sum of RGB (Red+Green+Blue) = 71+47+13=131 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.20% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 71 - color contains mainly: red. Hex color #472F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F0D is #B8D0F2. Grayscale: #323232. Windows color (decimal): -12112115 or 864071. OLE color: 864071.

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

Color convert

RGB714713-
CMYK00.340.820.72
HSL35.17º69.05%16.47%-
HSV(B)35.17º81.69%27.84%-
XYZ3.693.40.84-
YUV50.3106.95142.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.20%
GREEN value IS 47 (18.75% from 255) = 35.88%
BLUE value IS 13 (5.47% from 255) = 9.92%
R=54.20%
G=35.88%
B=9.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71471300.340.820.7235.1769.0516.47
Hex472FD0225248234510
Octal10757150421221104310520
Binary10001111011111101010001010100101001000100011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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