Html Css Color HEX #704805 Raw Umber

📋 copy color: '#704805'

red 112 ◦ green 72 ◦ blue 5

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

Shades of Raw Umber #704805

Tints of Raw Umber #704805

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.1%

 BLUE value IS 5 (2.34% from 255) = 2.65%

R = 59.26%
G = 38.1%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#704805 (or 0x704805) is known color: Raw Umber. HEX triplet: 70, 48 and 05. RGB value is (112,72,5). Sum of RGB (Red+Green+Blue) = 112+72+5=189 (25% of max value = 765). Red value is 112 (44.14% from 255 or 59.26% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 5 (2.34% from 255 or 2.65% from 189); Max value from RGB is 112 - color contains mainly: red. Hex color #704805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704805 is #8FB7FA. Grayscale: #4C4C4C. Windows color (decimal): -9418747 or 346224. OLE color: 346224.

HSL color Cylindrical-coordinate representation of color #704805: hue angle of 37.57º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #704805 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 5 -
CMYK 0 0.36 0.96 0.56
HSL 37.57º 0.91% 0.23% -
HSV(B) 37.57º 0.96% 0.44% -
XYZ 9.03 8.09 1.23 -
YUV 76.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 112 72 5 0 0.36 0.96 0.56 37.57 0.91 0.23
Hex 70 48 5 0 24 60 38 26 5B 17
Octal 160 110 5 0 44 140 70 46 133 27
Binary 1110000 1001000 101 0 100100 1100000 111000 100110 1011011 10111

Color Harmonies of #704805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704805

Black with #704805

Text Example


Text Example

White with #704805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704805; }

 p { color: rgb(112,72,5); }

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

background-color css

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

 a { background-color: rgb(112,72,5); }

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

border-color css

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

 span { border-color: rgb(112,72,5); }

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