#472E11

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

Shades of Clinker #472E11

Tints of Clinker #472E11

Color information

#472E11 (or 0x472E11) is unknown color: approx Clinker. HEX triplet: 47, 2E and 11. RGB value is (71,46,17). Sum of RGB (Red+Green+Blue) = 71+46+17=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 46 (18.36% from 255 or 34.33% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #472E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E11 is #B8D1EE. Grayscale: #323232. Windows color (decimal): -12112367 or 1125959. OLE color: 1125959.

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

Color convert

RGB714617-
CMYK00.350.760.72
HSL32.22º61.36%17.25%-
HSV(B)32.22º76.06%27.84%-
XYZ3.683.330.98-
YUV50.17109.28142.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.99%
GREEN value IS 46 (18.36% from 255) = 34.33%
BLUE value IS 17 (7.03% from 255) = 12.69%
R=52.99%
G=34.33%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71461700.350.760.7232.2261.3617.25
Hex472E110234C48203d11
Octal1075621043114110407521
Binary10001111011101000101000111001100100100010000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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