#714F19

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

Shades of Raw Umber #714F19

Tints of Raw Umber #714F19

Color information

#714F19 (or 0x714F19) is unknown color: approx Raw Umber. HEX triplet: 71, 4F and 19. RGB value is (113,79,25). Sum of RGB (Red+Green+Blue) = 113+79+25=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #714F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714F19 is #8EB0E6. Grayscale: #535353. Windows color (decimal): -9351399 or 1658737. OLE color: 1658737.

HSL color Cylindrical-coordinate representation of color #714F19: hue angle of 36.82º 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 #714F19 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB1137925-
CMYK00.300.780.56
HSL36.82º63.77%27.06%-
HSV(B)36.82º77.88%44.31%-
XYZ9.789.172.17-
YUV83.0195.26149.39-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.07%
GREEN value IS 79 (31.25% from 255) = 36.41%
BLUE value IS 25 (10.16% from 255) = 11.52%
R=52.07%
G=36.41%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113792500.300.780.5636.8263.7727.06
Hex714F1901E4E3825401b
Octal16111731036116704510033
Binary11100011001111110010111101001110111000100101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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