#704B10

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

Shades of Raw Umber #704B10

Tints of Raw Umber #704B10

Color information

#704B10 (or 0x704B10) is unknown color: approx Raw Umber. HEX triplet: 70, 4B and 10. RGB value is (112,75,16). Sum of RGB (Red+Green+Blue) = 112+75+16=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 75 (29.69% from 255 or 36.95% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #704B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704B10 is #8FB4EF. Grayscale: #4F4F4F. Windows color (decimal): -9417968 or 1067888. OLE color: 1067888.

HSL color Cylindrical-coordinate representation of color #704B10: hue angle of 36.88º 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 #704B10 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1127516-
CMYK00.330.860.56
HSL36.88º75%25.1%-
HSV(B)36.88º85.71%43.92%-
XYZ9.298.511.64-
YUV79.3492.26151.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.17%
GREEN value IS 75 (29.69% from 255) = 36.95%
BLUE value IS 16 (6.64% from 255) = 7.88%
R=55.17%
G=36.95%
B=7.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112751600.330.860.5636.887525.1
Hex704B100215638254b19
Octal16011320041126704511331
Binary111000010010111000001000011010110111000100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704B10; }

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

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

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

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

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

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

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

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