#714F0C

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

Shades of Raw Umber #714F0C

Tints of Raw Umber #714F0C

Color information

#714F0C (or 0x714F0C) is unknown color: approx Raw Umber. HEX triplet: 71, 4F and 0C. RGB value is (113,79,12). Sum of RGB (Red+Green+Blue) = 113+79+12=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #714F0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #714F0C is #8EB0F3. Grayscale: #515151. Windows color (decimal): -9351412 or 806769. OLE color: 806769.

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

Color convert

RGB1137912-
CMYK00.300.890.56
HSL39.8º80.8%24.51%-
HSV(B)39.8º89.38%44.31%-
XYZ9.679.131.6-
YUV81.5388.76150.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 79 (31.25% from 255) = 38.73%
BLUE value IS 12 (5.08% from 255) = 5.88%
R=55.39%
G=38.73%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113791200.300.890.5639.880.824.51
Hex714FC01E5938285119
Octal16111714036131705012131
Binary1110001100111111000111101011001111000101000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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