#715914

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

Shades of Raw Umber #715914

Tints of Raw Umber #715914

Color information

#715914 (or 0x715914) is unknown color: approx Raw Umber. HEX triplet: 71, 59 and 14. RGB value is (113,89,20). Sum of RGB (Red+Green+Blue) = 113+89+20=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #715914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #715914 is #8EA6EB. Grayscale: #585858. Windows color (decimal): -9348844 or 1333617. OLE color: 1333617.

HSL color Cylindrical-coordinate representation of color #715914: hue angle of 44.52º 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 #715914 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB1138920-
CMYK00.210.820.56
HSL44.52º69.92%26.08%-
HSV(B)44.52º82.3%44.31%-
XYZ10.5110.712.17-
YUV88.3189.45145.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 20 (8.20% from 255) = 9.01%
R=50.90%
G=40.09%
B=9.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113892000.210.820.5644.5269.9226.08
Hex71591401552382d461a
Octal16113124025122705510632
Binary11100011011001101000101011010010111000101101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715914; }

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

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

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

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

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

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

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

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