#704816

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

Shades of Raw Umber #704816

Tints of Raw Umber #704816

Color information

#704816 (or 0x704816) is unknown color: approx Raw Umber. HEX triplet: 70, 48 and 16. RGB value is (112,72,22). Sum of RGB (Red+Green+Blue) = 112+72+22=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 72 (28.52% from 255 or 34.95% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #704816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704816 is #8FB7E9. Grayscale: #4E4E4E. Windows color (decimal): -9418730 or 1460336. OLE color: 1460336.

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

Color convert

RGB1127222-
CMYK00.360.800.56
HSL33.33º67.16%26.27%-
HSV(B)33.33º80.36%43.92%-
XYZ9.148.141.85-
YUV78.2696.25152.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.37%
GREEN value IS 72 (28.52% from 255) = 34.95%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=54.37%
G=34.95%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112722200.360.800.5633.3367.1626.27
Hex704816024503821431a
Octal16011026044120704110332
Binary111000010010001011001001001010000111000100001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704816; }

 p { color: rgb(112,72,22); }

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

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

 a { background-color: rgb(112,72,22); }

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

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

 span { border-color: rgb(112,72,22); }

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