#714614

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

Shades of Raw Umber #714614

Tints of Raw Umber #714614

Color information

#714614 (or 0x714614) is unknown color: approx Raw Umber. HEX triplet: 71, 46 and 14. RGB value is (113,70,20). Sum of RGB (Red+Green+Blue) = 113+70+20=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 70 (27.73% from 255 or 34.48% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #714614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714614 is #8EB9EB. Grayscale: #4D4D4D. Windows color (decimal): -9353708 or 1328753. OLE color: 1328753.

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

Color convert

RGB1137020-
CMYK00.380.820.56
HSL32.26º69.92%26.08%-
HSV(B)32.26º82.3%44.31%-
XYZ9.137.941.71-
YUV77.1695.75153.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 70 (27.73% from 255) = 34.48%
BLUE value IS 20 (8.20% from 255) = 9.85%
R=55.67%
G=34.48%
B=9.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113702000.380.820.5632.2669.9226.08
Hex714614026523820461a
Octal16110624046122704010632
Binary111000110001101010001001101010010111000100000100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714614; }

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

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

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

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

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

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

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

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