Html Css Color HEX #705A13 Raw Umber

📋 copy color: '#705A13'

red 112 ◦ green 90 ◦ blue 19

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

Shades of Raw Umber #705A13

Tints of Raw Umber #705A13

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.72%

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

R = 50.68%
G = 40.72%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#705A13 (or 0x705A13) is known color: Raw Umber. HEX triplet: 70, 5A and 13. RGB value is (112,90,19). Sum of RGB (Red+Green+Blue) = 112+90+19=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #705A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705A13 is #8FA5EC. Grayscale: #585858. Windows color (decimal): -9414125 or 1268336. OLE color: 1268336.

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

Color convert

RGB 112 90 19 -
CMYK 0 0.20 0.83 0.56
HSL 45.81º 0.71% 0.26% -
HSV(B) 45.81º 0.83% 0.44% -
XYZ 10.46 10.8 2.15 -
YUV 88.48 88.79 144.77 -
System Red Green Blue C M Y K H S L
Decimal 112 90 19 0 0.20 0.83 0.56 45.81 0.71 0.26
Hex 70 5A 13 0 14 53 38 2E 47 1A
Octal 160 132 23 0 24 123 70 56 107 32
Binary 1110000 1011010 10011 0 10100 1010011 111000 101110 1000111 11010

Color Harmonies of #705A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705A13

Black with #705A13

Text Example


Text Example

White with #705A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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