Html Css Color HEX #704608 Raw Umber

📋 copy color: '#704608'

red 112 ◦ green 70 ◦ blue 8

#704608
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #704608

Tints of Raw Umber #704608

RGB

 RED value IS 112 (44.14% from 255) = 58.95%

 GREEN value IS 70 (27.73% from 255) = 36.84%

 BLUE value IS 8 (3.52% from 255) = 4.21%

R = 58.95%
G = 36.84%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#704608 (or 0x704608) is known color: Raw Umber. HEX triplet: 70, 46 and 08. RGB value is (112,70,8). Sum of RGB (Red+Green+Blue) = 112+70+8=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 8 (3.52% from 255 or 4.21% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #704608 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704608 is #8FB9F7. Grayscale: #4B4B4B. Windows color (decimal): -9419256 or 542320. OLE color: 542320.

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

Color convert

RGB 112 70 8 -
CMYK 0 0.38 0.93 0.56
HSL 35.77º 0.87% 0.24% -
HSV(B) 35.77º 0.93% 0.44% -
XYZ 8.92 7.84 1.27 -
YUV 75.49 89.91 154.04 -
System Red Green Blue C M Y K H S L
Decimal 112 70 8 0 0.38 0.93 0.56 35.77 0.87 0.24
Hex 70 46 8 0 26 5D 38 24 57 18
Octal 160 106 10 0 46 135 70 44 127 30
Binary 1110000 1000110 1000 0 100110 1011101 111000 100100 1010111 11000

Color Harmonies of #704608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704608

Black with #704608

Text Example


Text Example

White with #704608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704608; }

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

 H1.HeaderClassName
 {
   color: #704608;
 }
 .AnyTagClassName
 {
   color: #704608;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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