Html Css Color HEX #705205 Raw Umber

📋 copy color: '#705205'

red 112 ◦ green 82 ◦ blue 5

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

Shades of Raw Umber #705205

Tints of Raw Umber #705205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 41.21%

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

R = 56.28%
G = 41.21%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#705205 (or 0x705205) is known color: Raw Umber. HEX triplet: 70, 52 and 05. RGB value is (112,82,5). Sum of RGB (Red+Green+Blue) = 112+82+5=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 82 (32.42% from 255 or 41.21% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #705205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705205 is #8FADFA. Grayscale: #525252. Windows color (decimal): -9416187 or 348784. OLE color: 348784.

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

Color convert

RGB 112 82 5 -
CMYK 0 0.27 0.96 0.56
HSL 43.18º 0.91% 0.23% -
HSV(B) 43.18º 0.96% 0.44% -
XYZ 9.73 9.49 1.46 -
YUV 82.19 84.44 149.26 -
System Red Green Blue C M Y K H S L
Decimal 112 82 5 0 0.27 0.96 0.56 43.18 0.91 0.23
Hex 70 52 5 0 1B 60 38 2B 5B 17
Octal 160 122 5 0 33 140 70 53 133 27
Binary 1110000 1010010 101 0 11011 1100000 111000 101011 1011011 10111

Color Harmonies of #705205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705205

Black with #705205

Text Example


Text Example

White with #705205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705205; }

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

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

background-color css

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

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

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

border-color css

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

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

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