Html Css Color HEX #705509 Raw Umber

📋 copy color: '#705509'

red 112 ◦ green 85 ◦ blue 9

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

Shades of Raw Umber #705509

Tints of Raw Umber #705509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.26%

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

R = 54.37%
G = 41.26%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#705509 (or 0x705509) is known color: Raw Umber. HEX triplet: 70, 55 and 09. RGB value is (112,85,9). Sum of RGB (Red+Green+Blue) = 112+85+9=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #705509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705509 is #8FAAF6. Grayscale: #545454. Windows color (decimal): -9415415 or 611696. OLE color: 611696.

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

Color convert

RGB 112 85 9 -
CMYK 0 0.24 0.92 0.56
HSL 44.27º 0.85% 0.24% -
HSV(B) 44.27º 0.92% 0.44% -
XYZ 9.98 9.96 1.66 -
YUV 84.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 112 85 9 0 0.24 0.92 0.56 44.27 0.85 0.24
Hex 70 55 9 0 18 5C 38 2C 55 18
Octal 160 125 11 0 30 134 70 54 125 30
Binary 1110000 1010101 1001 0 11000 1011100 111000 101100 1010101 11000

Color Harmonies of #705509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705509

Black with #705509

Text Example


Text Example

White with #705509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705509; }

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

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

background-color css

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

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

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

border-color css

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

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

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