#71500D

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

Shades of Raw Umber #71500D

Tints of Raw Umber #71500D

Color information

#71500D (or 0x71500D) is unknown color: approx Raw Umber. HEX triplet: 71, 50 and 0D. RGB value is (113,80,13). Sum of RGB (Red+Green+Blue) = 113+80+13=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #71500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #71500D is #8EAFF2. Grayscale: #525252. Windows color (decimal): -9351155 or 872561. OLE color: 872561.

HSL color Cylindrical-coordinate representation of color #71500D: hue angle of 40.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #71500D is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB1138013-
CMYK00.290.880.56
HSL40.2º79.37%24.71%-
HSV(B)40.2º88.5%44.31%-
XYZ9.759.281.66-
YUV82.2388.93149.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 80 (31.64% from 255) = 38.83%
BLUE value IS 13 (5.47% from 255) = 6.31%
R=54.85%
G=38.83%
B=6.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113801300.290.880.5640.279.3724.71
Hex7150D01D5838284f19
Octal16112015035130705011731
Binary1110001101000011010111011011000111000101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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