#714913

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

Shades of Raw Umber #714913

Tints of Raw Umber #714913

Color information

#714913 (or 0x714913) is unknown color: approx Raw Umber. HEX triplet: 71, 49 and 13. RGB value is (113,73,19). Sum of RGB (Red+Green+Blue) = 113+73+19=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #714913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714913 is #8EB6EC. Grayscale: #4F4F4F. Windows color (decimal): -9352941 or 1263985. OLE color: 1263985.

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

Color convert

RGB1137319-
CMYK00.350.830.56
HSL34.47º71.21%25.88%-
HSV(B)34.47º83.19%44.31%-
XYZ9.318.321.73-
YUV78.894.25152.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.12%
GREEN value IS 73 (28.91% from 255) = 35.61%
BLUE value IS 19 (7.81% from 255) = 9.27%
R=55.12%
G=35.61%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113731900.350.830.5634.4771.2125.88
Hex714913023533822471a
Octal16111123043123704210732
Binary111000110010011001101000111010011111000100010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714913; }

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

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

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

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

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

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

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

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