#714714

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

Shades of Raw Umber #714714

Tints of Raw Umber #714714

Color information

#714714 (or 0x714714) is unknown color: approx Raw Umber. HEX triplet: 71, 47 and 14. RGB value is (113,71,20). Sum of RGB (Red+Green+Blue) = 113+71+20=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 71 (28.12% from 255 or 34.80% from 204); Blue value is 20 (8.20% from 255 or 9.80% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #714714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714714 is #8EB8EB. Grayscale: #4D4D4D. Windows color (decimal): -9353452 or 1329009. OLE color: 1329009.

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

Color convert

RGB1137120-
CMYK00.370.820.56
HSL32.9º69.92%26.08%-
HSV(B)32.9º82.3%44.31%-
XYZ9.198.071.73-
YUV77.7495.41153.15-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 71 (28.12% from 255) = 34.80%
BLUE value IS 20 (8.20% from 255) = 9.80%
R=55.39%
G=34.80%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113712000.370.820.5632.969.9226.08
Hex714714025523821461a
Octal16110724045122704110632
Binary111000110001111010001001011010010111000100001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714714; }

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

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

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

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

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

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

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

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