#714E19

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

Shades of Raw Umber #714E19

Tints of Raw Umber #714E19

Color information

#714E19 (or 0x714E19) is unknown color: approx Raw Umber. HEX triplet: 71, 4E and 19. RGB value is (113,78,25). Sum of RGB (Red+Green+Blue) = 113+78+25=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #714E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714E19 is #8EB1E6. Grayscale: #525252. Windows color (decimal): -9351655 or 1658481. OLE color: 1658481.

HSL color Cylindrical-coordinate representation of color #714E19: hue angle of 36.14º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #714E19 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1137825-
CMYK00.310.780.56
HSL36.14º63.77%27.06%-
HSV(B)36.14º77.88%44.31%-
XYZ9.719.032.15-
YUV82.4295.6149.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.31%
GREEN value IS 78 (30.86% from 255) = 36.11%
BLUE value IS 25 (10.16% from 255) = 11.57%
R=52.31%
G=36.11%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113782500.310.780.5636.1463.7727.06
Hex714E1901F4E3824401b
Octal16111631037116704410033
Binary11100011001110110010111111001110111000100100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714E19; }

 p { color: rgb(113,78,25); }

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

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

 a { background-color: rgb(113,78,25); }

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

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

 span { border-color: rgb(113,78,25); }

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