#715B13

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

Shades of Raw Umber #715B13

Tints of Raw Umber #715B13

Color information

#715B13 (or 0x715B13) is unknown color: approx Raw Umber. HEX triplet: 71, 5B and 13. RGB value is (113,91,19). Sum of RGB (Red+Green+Blue) = 113+91+19=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #715B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715B13 is #8EA4EC. Grayscale: #595959. Windows color (decimal): -9348333 or 1268593. OLE color: 1268593.

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

Color convert

RGB1139119-
CMYK00.190.830.56
HSL45.96º71.21%25.88%-
HSV(B)45.96º83.19%44.31%-
XYZ10.6711.042.18-
YUV89.3788.29144.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.67%
GREEN value IS 91 (35.94% from 255) = 40.81%
BLUE value IS 19 (7.81% from 255) = 8.52%
R=50.67%
G=40.81%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113911900.190.830.5645.9671.2125.88
Hex715B1301353382e471a
Octal16113323023123705610732
Binary11100011011011100110100111010011111000101110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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