#714516

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

Shades of Raw Umber #714516

Tints of Raw Umber #714516

Color information

#714516 (or 0x714516) is unknown color: approx Raw Umber. HEX triplet: 71, 45 and 16. RGB value is (113,69,22). Sum of RGB (Red+Green+Blue) = 113+69+22=204 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.39% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 113 - color contains mainly: red. Hex color #714516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714516 is #8EBAE9. Grayscale: #4D4D4D. Windows color (decimal): -9353962 or 1459569. OLE color: 1459569.

HSL color Cylindrical-coordinate representation of color #714516: hue angle of 30.99º 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 #714516 is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1136922-
CMYK00.390.810.56
HSL30.99º67.41%26.47%-
HSV(B)30.99º80.53%44.31%-
XYZ9.087.821.79-
YUV76.897.08153.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.39%
GREEN value IS 69 (27.34% from 255) = 33.82%
BLUE value IS 22 (8.98% from 255) = 10.78%
R=55.39%
G=33.82%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113692200.390.810.5630.9967.4126.47
Hex71451602751381f431a
Octal16110526047121703710332
Binary11100011000101101100100111101000111100011111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714516; }

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

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

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

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

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

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

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

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