Html Css Color HEX #705B13 Raw Umber

📋 copy color: '#705B13'

red 112 ◦ green 91 ◦ blue 19

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

Shades of Raw Umber #705B13

Tints of Raw Umber #705B13

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.99%

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

R = 50.45%
G = 40.99%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#705B13 (or 0x705B13) is known color: Raw Umber. HEX triplet: 70, 5B and 13. RGB value is (112,91,19). Sum of RGB (Red+Green+Blue) = 112+91+19=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 91 (35.94% from 255 or 40.99% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #705B13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705B13 is #8FA4EC. Grayscale: #595959. Windows color (decimal): -9413869 or 1268592. OLE color: 1268592.

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

Color convert

RGB 112 91 19 -
CMYK 0 0.19 0.83 0.56
HSL 46.45º 0.71% 0.26% -
HSV(B) 46.45º 0.83% 0.44% -
XYZ 10.54 10.97 2.18 -
YUV 89.07 88.46 144.35 -
System Red Green Blue C M Y K H S L
Decimal 112 91 19 0 0.19 0.83 0.56 46.45 0.71 0.26
Hex 70 5B 13 0 13 53 38 2E 47 1A
Octal 160 133 23 0 23 123 70 56 107 32
Binary 1110000 1011011 10011 0 10011 1010011 111000 101110 1000111 11010

Color Harmonies of #705B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705B13

Black with #705B13

Text Example


Text Example

White with #705B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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