#714814

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

Shades of Raw Umber #714814

Tints of Raw Umber #714814

Color information

#714814 (or 0x714814) is unknown color: approx Raw Umber. HEX triplet: 71, 48 and 14. RGB value is (113,72,20). Sum of RGB (Red+Green+Blue) = 113+72+20=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 72 (28.52% from 255 or 35.12% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #714814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714814 is #8EB7EB. Grayscale: #4E4E4E. Windows color (decimal): -9353196 or 1329265. OLE color: 1329265.

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

Color convert

RGB1137220-
CMYK00.360.820.56
HSL33.55º69.92%26.08%-
HSV(B)33.55º82.3%44.31%-
XYZ9.258.21.76-
YUV78.3395.08152.73-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.12%
GREEN value IS 72 (28.52% from 255) = 35.12%
BLUE value IS 20 (8.20% from 255) = 9.76%
R=55.12%
G=35.12%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113722000.360.820.5633.5569.9226.08
Hex714814024523822461a
Octal16111024044122704210632
Binary111000110010001010001001001010010111000100010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714814; }

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

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

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

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

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

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

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

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