#71540C

Color #71540C Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #71540C

Tints of Raw Umber #71540C

Color information

#71540C (or 0x71540C) is unknown color: approx Raw Umber. HEX triplet: 71, 54 and 0C. RGB value is (113,84,12). Sum of RGB (Red+Green+Blue) = 113+84+12=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #71540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71540C is #8EABF3. Grayscale: #545454. Windows color (decimal): -9350132 or 808049. OLE color: 808049.

HSL color Cylindrical-coordinate representation of color #71540C: hue angle of 42.77º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71540C is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1138412-
CMYK00.260.890.56
HSL42.77º80.8%24.51%-
HSV(B)42.77º89.38%44.31%-
XYZ10.059.881.72-
YUV84.4687.11148.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.07%
GREEN value IS 84 (33.20% from 255) = 40.19%
BLUE value IS 12 (5.08% from 255) = 5.74%
R=54.07%
G=40.19%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113841200.260.890.5642.7780.824.51
Hex7154C01A59382b5119
Octal16112414032131705312131
Binary1110001101010011000110101011001111000101011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71540C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71540C; }

 p { color: rgb(113,84,12); }

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

<style>
 a { background-color: #71540C; }

 a { background-color: rgb(113,84,12); }

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

<style>
 span { border-color: #71540C; }

 span { border-color: rgb(113,84,12); }

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