#715B14

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

Shades of Raw Umber #715B14

Tints of Raw Umber #715B14

Color information

#715B14 (or 0x715B14) is unknown color: approx Raw Umber. HEX triplet: 71, 5B and 14. RGB value is (113,91,20). Sum of RGB (Red+Green+Blue) = 113+91+20=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 20 (8.20% from 255 or 8.93% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #715B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715B14 is #8EA4EB. Grayscale: #595959. Windows color (decimal): -9348332 or 1334129. OLE color: 1334129.

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

Color convert

RGB1139120-
CMYK00.190.820.56
HSL45.81º69.92%26.08%-
HSV(B)45.81º82.3%44.31%-
XYZ10.6811.042.23-
YUV89.4888.79144.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 20 (8.20% from 255) = 8.93%
R=50.45%
G=40.62%
B=8.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113912000.190.820.5645.8169.9226.08
Hex715B1401352382e461a
Octal16113324023122705610632
Binary11100011011011101000100111010010111000101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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