Html Css Color HEX #705604 Raw Umber

📋 copy color: '#705604'

red 112 ◦ green 86 ◦ blue 4

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

Shades of Raw Umber #705604

Tints of Raw Umber #705604

RGB

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

 GREEN value IS 86 (33.98% from 255) = 42.57%

 BLUE value IS 4 (1.95% from 255) = 1.98%

R = 55.45%
G = 42.57%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#705604 (or 0x705604) is known color: Raw Umber. HEX triplet: 70, 56 and 04. RGB value is (112,86,4). Sum of RGB (Red+Green+Blue) = 112+86+4=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 86 (33.98% from 255 or 42.57% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #705604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705604 is #8FA9FB. Grayscale: #545454. Windows color (decimal): -9415164 or 284272. OLE color: 284272.

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

Color convert

RGB 112 86 4 -
CMYK 0 0.23 0.96 0.56
HSL 45.56º 0.93% 0.23% -
HSV(B) 45.56º 0.96% 0.44% -
XYZ 10.03 10.11 1.54 -
YUV 84.43 82.61 147.67 -
System Red Green Blue C M Y K H S L
Decimal 112 86 4 0 0.23 0.96 0.56 45.56 0.93 0.23
Hex 70 56 4 0 17 60 38 2E 5D 17
Octal 160 126 4 0 27 140 70 56 135 27
Binary 1110000 1010110 100 0 10111 1100000 111000 101110 1011101 10111

Color Harmonies of #705604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705604

Black with #705604

Text Example


Text Example

White with #705604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705604; }

 p { color: rgb(112,86,4); }

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

background-color css

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

 a { background-color: rgb(112,86,4); }

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

border-color css

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

 span { border-color: rgb(112,86,4); }

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