#714A08

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

Shades of Raw Umber #714A08

Tints of Raw Umber #714A08

Color information

#714A08 (or 0x714A08) is unknown color: approx Raw Umber. HEX triplet: 71, 4A and 08. RGB value is (113,74,8). Sum of RGB (Red+Green+Blue) = 113+74+8=195 (25% of max value = 765). Red value is 113 (44.53% from 255 or 57.95% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 113 - color contains mainly: red. Hex color #714A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714A08 is #8EB5F7. Grayscale: #4E4E4E. Windows color (decimal): -9352696 or 543345. OLE color: 543345.

HSL color Cylindrical-coordinate representation of color #714A08: hue angle of 37.71º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #714A08 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB113748-
CMYK00.350.930.56
HSL37.71º86.78%23.73%-
HSV(B)37.71º92.92%44.31%-
XYZ9.38.431.37-
YUV78.1488.42152.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.95%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 8 (3.52% from 255) = 4.10%
R=57.95%
G=37.95%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11374800.350.930.5637.7186.7823.73
Hex714A80235D38265718
Octal16111210043135704612730
Binary11100011001010100001000111011101111000100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,74,8); }

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

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

 a { background-color: rgb(113,74,8); }

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

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

 span { border-color: rgb(113,74,8); }

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