#714D08

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

Shades of Raw Umber #714D08

Tints of Raw Umber #714D08

Color information

#714D08 (or 0x714D08) is unknown color: approx Raw Umber. HEX triplet: 71, 4D and 08. RGB value is (113,77,8). Sum of RGB (Red+Green+Blue) = 113+77+8=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 8 (3.52% from 255 or 4.04% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #714D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714D08 is #8EB2F7. Grayscale: #505050. Windows color (decimal): -9351928 or 544113. OLE color: 544113.

HSL color Cylindrical-coordinate representation of color #714D08: hue angle of 39.43º 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 #714D08 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB113778-
CMYK00.320.930.56
HSL39.43º86.78%23.73%-
HSV(B)39.43º92.92%44.31%-
XYZ9.518.841.43-
YUV79.987.43151.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.07%
GREEN value IS 77 (30.47% from 255) = 38.89%
BLUE value IS 8 (3.52% from 255) = 4.04%
R=57.07%
G=38.89%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11377800.320.930.5639.4386.7823.73
Hex714D80205D38275718
Octal16111510040135704712730
Binary11100011001101100001000001011101111000100111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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