#714716

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

Shades of Raw Umber #714716

Tints of Raw Umber #714716

Color information

#714716 (or 0x714716) is unknown color: approx Raw Umber. HEX triplet: 71, 47 and 16. RGB value is (113,71,22). Sum of RGB (Red+Green+Blue) = 113+71+22=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #714716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714716 is #8EB8E9. Grayscale: #4E4E4E. Windows color (decimal): -9353450 or 1460081. OLE color: 1460081.

HSL color Cylindrical-coordinate representation of color #714716: hue angle of 32.31º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #714716 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1137122-
CMYK00.370.810.56
HSL32.31º67.41%26.47%-
HSV(B)32.31º80.53%44.31%-
XYZ9.218.081.83-
YUV77.9796.41152.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=54.85%
G=34.47%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113712200.370.810.5632.3167.4126.47
Hex714716025513820431a
Octal16110726045121704010332
Binary111000110001111011001001011010001111000100000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714716; }

 p { color: rgb(113,71,22); }

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

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

 a { background-color: rgb(113,71,22); }

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

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

 span { border-color: rgb(113,71,22); }

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