#714C0C

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

Shades of Raw Umber #714C0C

Tints of Raw Umber #714C0C

Color information

#714C0C (or 0x714C0C) is unknown color: approx Raw Umber. HEX triplet: 71, 4C and 0C. RGB value is (113,76,12). Sum of RGB (Red+Green+Blue) = 113+76+12=201 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.22% from 201); Green value is 76 (30.08% from 255 or 37.81% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 113 - color contains mainly: red. Hex color #714C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714C0C is #8EB3F3. Grayscale: #505050. Windows color (decimal): -9352180 or 806001. OLE color: 806001.

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

Color convert

RGB1137612-
CMYK00.330.890.56
HSL38.02º80.8%24.51%-
HSV(B)38.02º89.38%44.31%-
XYZ9.468.711.53-
YUV79.7789.76151.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.22%
GREEN value IS 76 (30.08% from 255) = 37.81%
BLUE value IS 12 (5.08% from 255) = 5.97%
R=56.22%
G=37.81%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113761200.330.890.5638.0280.824.51
Hex714CC0215938265119
Octal16111414041131704612131
Binary11100011001100110001000011011001111000100110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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