#472F11

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

Shades of Clinker #472F11

Tints of Clinker #472F11

Color information

#472F11 (or 0x472F11) is unknown color: approx Clinker. HEX triplet: 47, 2F and 11. RGB value is (71,47,17). Sum of RGB (Red+Green+Blue) = 71+47+17=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #472F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F11 is #B8D0EE. Grayscale: #323232. Windows color (decimal): -12112111 or 1126215. OLE color: 1126215.

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

Color convert

RGB714717-
CMYK00.340.760.72
HSL33.33º61.36%17.25%-
HSV(B)33.33º76.06%27.84%-
XYZ3.723.410.99-
YUV50.76108.95142.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 47 (18.75% from 255) = 34.81%
BLUE value IS 17 (7.03% from 255) = 12.59%
R=52.59%
G=34.81%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71471700.340.760.7233.3361.3617.25
Hex472F110224C48213d11
Octal1075721042114110417521
Binary10001111011111000101000101001100100100010000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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