#715B16

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

Shades of Raw Umber #715B16

Tints of Raw Umber #715B16

Color information

#715B16 (or 0x715B16) is unknown color: approx Raw Umber. HEX triplet: 71, 5B and 16. RGB value is (113,91,22). Sum of RGB (Red+Green+Blue) = 113+91+22=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 22 (8.98% from 255 or 9.73% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #715B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715B16 is #8EA4E9. Grayscale: #5A5A5A. Windows color (decimal): -9348330 or 1465201. OLE color: 1465201.

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

Color convert

RGB1139122-
CMYK00.190.810.56
HSL45.49º67.41%26.47%-
HSV(B)45.49º80.53%44.31%-
XYZ10.711.052.33-
YUV89.7189.79144.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 40.27%
BLUE value IS 22 (8.98% from 255) = 9.73%
R=50%
G=40.27%
B=9.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113912200.190.810.5645.4967.4126.47
Hex715B1601351382d431a
Octal16113326023121705510332
Binary11100011011011101100100111010001111000101101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715B16; }

 p { color: rgb(113,91,22); }

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

<style>
 a { background-color: #715B16; }

 a { background-color: rgb(113,91,22); }

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

<style>
 span { border-color: #715B16; }

 span { border-color: rgb(113,91,22); }

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