#714C11

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

Shades of Raw Umber #714C11

Tints of Raw Umber #714C11

Color information

#714C11 (or 0x714C11) is unknown color: approx Raw Umber. HEX triplet: 71, 4C and 11. RGB value is (113,76,17). Sum of RGB (Red+Green+Blue) = 113+76+17=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #714C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714C11 is #8EB3EE. Grayscale: #505050. Windows color (decimal): -9352175 or 1133681. OLE color: 1133681.

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

Color convert

RGB1137617-
CMYK00.330.850.56
HSL36.88º73.85%25.49%-
HSV(B)36.88º84.96%44.31%-
XYZ9.58.721.71-
YUV80.3492.26151.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 76 (30.08% from 255) = 36.89%
BLUE value IS 17 (7.03% from 255) = 8.25%
R=54.85%
G=36.89%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113761700.330.850.5636.8873.8525.49
Hex714C110215538254a19
Octal16111421041125704511231
Binary111000110011001000101000011010101111000100101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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