#71500C

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

Shades of Raw Umber #71500C

Tints of Raw Umber #71500C

Color information

#71500C (or 0x71500C) is unknown color: approx Raw Umber. HEX triplet: 71, 50 and 0C. RGB value is (113,80,12). Sum of RGB (Red+Green+Blue) = 113+80+12=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #71500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71500C is #8EAFF3. Grayscale: #525252. Windows color (decimal): -9351156 or 807025. OLE color: 807025.

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

Color convert

RGB1138012-
CMYK00.290.890.56
HSL40.4º80.8%24.51%-
HSV(B)40.4º89.38%44.31%-
XYZ9.759.271.62-
YUV82.1188.43150.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.12%
GREEN value IS 80 (31.64% from 255) = 39.02%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=55.12%
G=39.02%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113801200.290.890.5640.480.824.51
Hex7150C01D5938285119
Octal16112014035131705012131
Binary1110001101000011000111011011001111000101000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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