#714C0A

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

Shades of Raw Umber #714C0A

Tints of Raw Umber #714C0A

Color information

#714C0A (or 0x714C0A) is unknown color: approx Raw Umber. HEX triplet: 71, 4C and 0A. RGB value is (113,76,10). Sum of RGB (Red+Green+Blue) = 113+76+10=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 76 (30.08% from 255 or 38.19% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #714C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714C0A is #8EB3F5. Grayscale: #4F4F4F. Windows color (decimal): -9352182 or 674929. OLE color: 674929.

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

Color convert

RGB1137610-
CMYK00.330.910.56
HSL38.45º83.74%24.12%-
HSV(B)38.45º91.15%44.31%-
XYZ9.458.71.47-
YUV79.5488.76151.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.78%
GREEN value IS 76 (30.08% from 255) = 38.19%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=56.78%
G=38.19%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113761000.330.910.5638.4583.7424.12
Hex714CA0215B38265418
Octal16111412041133704612430
Binary11100011001100101001000011011011111000100110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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