#714C09

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

Shades of Raw Umber #714C09

Tints of Raw Umber #714C09

Color information

#714C09 (or 0x714C09) is unknown color: approx Raw Umber. HEX triplet: 71, 4C and 09. RGB value is (113,76,9). Sum of RGB (Red+Green+Blue) = 113+76+9=198 (26% of max value = 765). Red value is 113 (44.53% from 255 or 57.07% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 113 - color contains mainly: red. Hex color #714C09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714C09 is #8EB3F6. Grayscale: #4F4F4F. Windows color (decimal): -9352183 or 609393. OLE color: 609393.

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

Color convert

RGB113769-
CMYK00.330.920.56
HSL38.65º85.25%23.92%-
HSV(B)38.65º92.04%44.31%-
XYZ9.448.71.44-
YUV79.4288.26151.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 57.07%
GREEN value IS 76 (30.08% from 255) = 38.38%
BLUE value IS 9 (3.91% from 255) = 4.55%
R=57.07%
G=38.38%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.92
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11376900.330.920.5638.6585.2523.92
Hex714C90215C38275518
Octal16111411041134704712530
Binary11100011001100100101000011011100111000100111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,76,9); }

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

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

 a { background-color: rgb(113,76,9); }

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

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

 span { border-color: rgb(113,76,9); }

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