#704510

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

Shades of Raw Umber #704510

Tints of Raw Umber #704510

Color information

#704510 (or 0x704510) is unknown color: approx Raw Umber. HEX triplet: 70, 45 and 10. RGB value is (112,69,16). Sum of RGB (Red+Green+Blue) = 112+69+16=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #704510 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704510 is #8FBAEF. Grayscale: #4C4C4C. Windows color (decimal): -9419504 or 1066352. OLE color: 1066352.

HSL color Cylindrical-coordinate representation of color #704510: hue angle of 33.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #704510 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1126916-
CMYK00.380.860.56
HSL33.12º75%25.1%-
HSV(B)33.12º85.71%43.92%-
XYZ8.97.741.51-
YUV75.8294.25153.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.85%
GREEN value IS 69 (27.34% from 255) = 35.03%
BLUE value IS 16 (6.64% from 255) = 8.12%
R=56.85%
G=35.03%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112691600.380.860.5633.127525.1
Hex7045100265638214b19
Octal16010520046126704111331
Binary111000010001011000001001101010110111000100001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704510; }

 p { color: rgb(112,69,16); }

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

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

 a { background-color: rgb(112,69,16); }

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

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

 span { border-color: rgb(112,69,16); }

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