#71520C

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

Shades of Raw Umber #71520C

Tints of Raw Umber #71520C

Color information

#71520C (or 0x71520C) is unknown color: approx Raw Umber. HEX triplet: 71, 52 and 0C. RGB value is (113,82,12). Sum of RGB (Red+Green+Blue) = 113+82+12=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 12 (5.08% from 255 or 5.80% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #71520C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71520C is #8EADF3. Grayscale: #535353. Windows color (decimal): -9350644 or 807537. OLE color: 807537.

HSL color Cylindrical-coordinate representation of color #71520C: hue angle of 41.58º 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 #71520C is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB1138212-
CMYK00.270.890.56
HSL41.58º80.8%24.51%-
HSV(B)41.58º89.38%44.31%-
XYZ9.899.571.67-
YUV83.2987.77149.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 12 (5.08% from 255) = 5.80%
R=54.59%
G=39.61%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113821200.270.890.5641.5880.824.51
Hex7152C01B59382a5119
Octal16112214033131705212131
Binary1110001101001011000110111011001111000101010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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