#714014

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

Shades of Raw Umber #714014

Tints of Raw Umber #714014

Color information

#714014 (or 0x714014) is unknown color: approx Raw Umber. HEX triplet: 71, 40 and 14. RGB value is (113,64,20). Sum of RGB (Red+Green+Blue) = 113+64+20=197 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.36% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 113 - color contains mainly: red. Hex color #714014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714014 is #8EBFEB. Grayscale: #494949. Windows color (decimal): -9355244 or 1327217. OLE color: 1327217.

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

Color convert

RGB1136420-
CMYK00.430.820.56
HSL28.39º69.92%26.08%-
HSV(B)28.39º82.3%44.31%-
XYZ8.777.231.59-
YUV73.6397.73156.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.36%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 20 (8.20% from 255) = 10.15%
R=57.36%
G=32.49%
B=10.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113642000.430.820.5628.3969.9226.08
Hex71401402B52381c461a
Octal16110024053122703410632
Binary11100011000000101000101011101001011100011100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714014; }

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

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

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

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

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

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

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

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