Html Css Color HEX #705113 Raw Umber

📋 copy color: '#705113'

red 112 ◦ green 81 ◦ blue 19

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

Shades of Raw Umber #705113

Tints of Raw Umber #705113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.21%

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

R = 52.83%
G = 38.21%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#705113 (or 0x705113) is known color: Raw Umber. HEX triplet: 70, 51 and 13. RGB value is (112,81,19). Sum of RGB (Red+Green+Blue) = 112+81+19=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #705113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705113 is #8FAEEC. Grayscale: #535353. Windows color (decimal): -9416429 or 1266032. OLE color: 1266032.

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

Color convert

RGB 112 81 19 -
CMYK 0 0.28 0.83 0.56
HSL 40º 0.71% 0.26% -
HSV(B) 40º 0.83% 0.44% -
XYZ 9.74 9.38 1.91 -
YUV 83.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 112 81 19 0 0.28 0.83 0.56 40 0.71 0.26
Hex 70 51 13 0 1C 53 38 28 47 1A
Octal 160 121 23 0 34 123 70 50 107 32
Binary 1110000 1010001 10011 0 11100 1010011 111000 101000 1000111 11010

Color Harmonies of #705113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705113

Black with #705113

Text Example


Text Example

White with #705113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705113; }

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

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

background-color css

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

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

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

border-color css

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

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

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