Html Css Color HEX #704A08 Raw Umber

📋 copy color: '#704A08'

red 112 ◦ green 74 ◦ blue 8

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

Shades of Raw Umber #704A08

Tints of Raw Umber #704A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.14%

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

R = 57.73%
G = 38.14%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#704A08 (or 0x704A08) is known color: Raw Umber. HEX triplet: 70, 4A and 08. RGB value is (112,74,8). Sum of RGB (Red+Green+Blue) = 112+74+8=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 74 (29.30% from 255 or 38.14% from 194); Blue value is 8 (3.52% from 255 or 4.12% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #704A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704A08 is #8FB5F7. Grayscale: #4E4E4E. Windows color (decimal): -9418232 or 543344. OLE color: 543344.

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

Color convert

RGB 112 74 8 -
CMYK 0 0.34 0.93 0.56
HSL 38.08º 0.87% 0.24% -
HSV(B) 38.08º 0.93% 0.44% -
XYZ 9.17 8.36 1.36 -
YUV 77.84 88.59 152.37 -
System Red Green Blue C M Y K H S L
Decimal 112 74 8 0 0.34 0.93 0.56 38.08 0.87 0.24
Hex 70 4A 8 0 22 5D 38 26 57 18
Octal 160 112 10 0 42 135 70 46 127 30
Binary 1110000 1001010 1000 0 100010 1011101 111000 100110 1010111 11000

Color Harmonies of #704A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A08

Black with #704A08

Text Example


Text Example

White with #704A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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