#472F13

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

Shades of Clinker #472F13

Tints of Clinker #472F13

Color information

#472F13 (or 0x472F13) is unknown color: approx Clinker. HEX triplet: 47, 2F and 13. RGB value is (71,47,19). Sum of RGB (Red+Green+Blue) = 71+47+19=137 (18% of max value = 765). Red value is 71 (28.12% from 255 or 51.82% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 71 - color contains mainly: red. Hex color #472F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472F13 is #B8D0EC. Grayscale: #333333. Windows color (decimal): -12112109 or 1257287. OLE color: 1257287.

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

Color convert

RGB714719-
CMYK00.340.730.72
HSL32.31º57.78%17.65%-
HSV(B)32.31º73.24%27.84%-
XYZ3.733.421.08-
YUV50.98109.95142.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 51.82%
GREEN value IS 47 (18.75% from 255) = 34.31%
BLUE value IS 19 (7.81% from 255) = 13.87%
R=51.82%
G=34.31%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71471900.340.730.7232.3157.7817.65
Hex472F130224948203a12
Octal1075723042111110407222
Binary10001111011111001101000101001001100100010000011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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