#472E12

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

Shades of Clinker #472E12

Tints of Clinker #472E12

Color information

#472E12 (or 0x472E12) is unknown color: approx Clinker. HEX triplet: 47, 2E and 12. RGB value is (71,46,18). Sum of RGB (Red+Green+Blue) = 71+46+18=135 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.59% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 71 - color contains mainly: red. Hex color #472E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E12 is #B8D1ED. Grayscale: #323232. Windows color (decimal): -12112366 or 1191495. OLE color: 1191495.

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

Color convert

RGB714618-
CMYK00.350.750.72
HSL31.7º59.55%17.45%-
HSV(B)31.7º74.65%27.84%-
XYZ3.683.341.02-
YUV50.28109.78142.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.59%
GREEN value IS 46 (18.36% from 255) = 34.07%
BLUE value IS 18 (7.42% from 255) = 13.33%
R=52.59%
G=34.07%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71461800.350.750.7231.759.5517.45
Hex472E120234B48203c11
Octal1075622043113110407421
Binary10001111011101001001000111001011100100010000011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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