Html Css Color HEX #705813 Raw Umber

📋 copy color: '#705813'

red 112 ◦ green 88 ◦ blue 19

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

Shades of Raw Umber #705813

Tints of Raw Umber #705813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 51.14%
G = 40.18%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#705813 (or 0x705813) is known color: Raw Umber. HEX triplet: 70, 58 and 13. RGB value is (112,88,19). Sum of RGB (Red+Green+Blue) = 112+88+19=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 88 (34.77% from 255 or 40.18% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #705813 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705813 is #8FA7EC. Grayscale: #575757. Windows color (decimal): -9414637 or 1267824. OLE color: 1267824.

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

Color convert

RGB 112 88 19 -
CMYK 0 0.21 0.83 0.56
HSL 44.52º 0.71% 0.26% -
HSV(B) 44.52º 0.83% 0.44% -
XYZ 10.29 10.47 2.09 -
YUV 87.31 89.45 145.61 -
System Red Green Blue C M Y K H S L
Decimal 112 88 19 0 0.21 0.83 0.56 44.52 0.71 0.26
Hex 70 58 13 0 15 53 38 2D 47 1A
Octal 160 130 23 0 25 123 70 55 107 32
Binary 1110000 1011000 10011 0 10101 1010011 111000 101101 1000111 11010

Color Harmonies of #705813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705813

Black with #705813

Text Example


Text Example

White with #705813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705813; }

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

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

background-color css

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

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

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

border-color css

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

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

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