Html Css Color HEX #705809 Raw Umber

📋 copy color: '#705809'

red 112 ◦ green 88 ◦ blue 9

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

Shades of Raw Umber #705809

Tints of Raw Umber #705809

RGB

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

 GREEN value IS 88 (34.77% from 255) = 42.11%

 BLUE value IS 9 (3.91% from 255) = 4.31%

R = 53.59%
G = 42.11%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#705809 (or 0x705809) is known color: Raw Umber. HEX triplet: 70, 58 and 09. RGB value is (112,88,9). Sum of RGB (Red+Green+Blue) = 112+88+9=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 9 (3.91% from 255 or 4.31% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #705809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705809 is #8FA7F6. Grayscale: #565656. Windows color (decimal): -9414647 or 612464. OLE color: 612464.

HSL color Cylindrical-coordinate representation of color #705809: hue angle of 46.02º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #705809 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 88 9 -
CMYK 0 0.21 0.92 0.56
HSL 46.02º 0.85% 0.24% -
HSV(B) 46.02º 0.92% 0.44% -
XYZ 10.22 10.44 1.74 -
YUV 86.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 112 88 9 0 0.21 0.92 0.56 46.02 0.85 0.24
Hex 70 58 9 0 15 5C 38 2E 55 18
Octal 160 130 11 0 25 134 70 56 125 30
Binary 1110000 1011000 1001 0 10101 1011100 111000 101110 1010101 11000

Color Harmonies of #705809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705809

Black with #705809

Text Example


Text Example

White with #705809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705809; }

 p { color: rgb(112,88,9); }

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

background-color css

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

 a { background-color: rgb(112,88,9); }

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

border-color css

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

 span { border-color: rgb(112,88,9); }

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