Html Css Color HEX #705913 Raw Umber

📋 copy color: '#705913'

red 112 ◦ green 89 ◦ blue 19

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

Shades of Raw Umber #705913

Tints of Raw Umber #705913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.45%

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

R = 50.91%
G = 40.45%
B = 8.64%

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

#705913 (or 0x705913) is known color: Raw Umber. HEX triplet: 70, 59 and 13. RGB value is (112,89,19). Sum of RGB (Red+Green+Blue) = 112+89+19=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 89 (35.16% from 255 or 40.45% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #705913 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705913 is #8FA6EC. Grayscale: #585858. Windows color (decimal): -9414381 or 1268080. OLE color: 1268080.

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

Color convert

RGB 112 89 19 -
CMYK 0 0.21 0.83 0.56
HSL 45.16º 0.71% 0.26% -
HSV(B) 45.16º 0.83% 0.44% -
XYZ 10.37 10.64 2.12 -
YUV 87.9 89.12 145.19 -
System Red Green Blue C M Y K H S L
Decimal 112 89 19 0 0.21 0.83 0.56 45.16 0.71 0.26
Hex 70 59 13 0 15 53 38 2D 47 1A
Octal 160 131 23 0 25 123 70 55 107 32
Binary 1110000 1011001 10011 0 10101 1010011 111000 101101 1000111 11010

Color Harmonies of #705913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705913

Black with #705913

Text Example


Text Example

White with #705913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705913; }

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

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

background-color css

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

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

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

border-color css

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

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

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