#472E13

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

Shades of Clinker #472E13

Tints of Clinker #472E13

Color information

#472E13 (or 0x472E13) is unknown color: approx Clinker. HEX triplet: 47, 2E and 13. RGB value is (71,46,19). Sum of RGB (Red+Green+Blue) = 71+46+19=136 (18% of max value = 765). Red value is 71 (28.12% from 255 or 52.21% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 71 - color contains mainly: red. Hex color #472E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472E13 is #B8D1EC. Grayscale: #323232. Windows color (decimal): -12112365 or 1257031. OLE color: 1257031.

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

Color convert

RGB714619-
CMYK00.350.730.72
HSL31.15º57.78%17.65%-
HSV(B)31.15º73.24%27.84%-
XYZ3.693.341.07-
YUV50.4110.28142.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 52.21%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 19 (7.81% from 255) = 13.97%
R=52.21%
G=33.82%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71461900.350.730.7231.1557.7817.65
Hex472E1302349481f3a12
Octal1075623043111110377222
Binary1000111101110100110100011100100110010001111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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