#704908

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

Shades of Raw Umber #704908

Tints of Raw Umber #704908

Color information

#704908 (or 0x704908) is unknown color: approx Raw Umber. HEX triplet: 70, 49 and 08. RGB value is (112,73,8). Sum of RGB (Red+Green+Blue) = 112+73+8=193 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.03% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 8 (3.52% from 255 or 4.15% from 193); Max value from RGB is 112 - color contains mainly: red. Hex color #704908 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704908 is #8FB6F7. Grayscale: #4D4D4D. Windows color (decimal): -9418488 or 543088. OLE color: 543088.

HSL color Cylindrical-coordinate representation of color #704908: hue angle of 37.5º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #704908 is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB112738-
CMYK00.350.930.56
HSL37.5º86.67%23.53%-
HSV(B)37.5º92.86%43.92%-
XYZ9.118.231.34-
YUV77.2588.92152.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.03%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 8 (3.52% from 255) = 4.15%
R=58.03%
G=37.82%
B=4.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11273800.350.930.5637.586.6723.53
Hex704980235D38265718
Octal16011110043135704612730
Binary11100001001001100001000111011101111000100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704908; }

 p { color: rgb(112,73,8); }

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

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

 a { background-color: rgb(112,73,8); }

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

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

 span { border-color: rgb(112,73,8); }

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