#71510C

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

Shades of Raw Umber #71510C

Tints of Raw Umber #71510C

Color information

#71510C (or 0x71510C) is unknown color: approx Raw Umber. HEX triplet: 71, 51 and 0C. RGB value is (113,81,12). Sum of RGB (Red+Green+Blue) = 113+81+12=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71510C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71510C is #8EAEF3. Grayscale: #535353. Windows color (decimal): -9350900 or 807281. OLE color: 807281.

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

Color convert

RGB1138112-
CMYK00.280.890.56
HSL40.99º80.8%24.51%-
HSV(B)40.99º89.38%44.31%-
XYZ9.829.421.65-
YUV82.788.1149.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 81 (32.03% from 255) = 39.32%
BLUE value IS 12 (5.08% from 255) = 5.83%
R=54.85%
G=39.32%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113811200.280.890.5640.9980.824.51
Hex7151C01C5938295119
Octal16112114034131705112131
Binary1110001101000111000111001011001111000101001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71510C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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