Html Css Color HEX #705117 Raw Umber

📋 copy color: '#705117'

red 112 ◦ green 81 ◦ blue 23

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

Shades of Raw Umber #705117

Tints of Raw Umber #705117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.65%

R = 51.85%
G = 37.5%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#705117 (or 0x705117) is known color: Raw Umber. HEX triplet: 70, 51 and 17. RGB value is (112,81,23). Sum of RGB (Red+Green+Blue) = 112+81+23=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #705117 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705117 is #8FAEE8. Grayscale: #535353. Windows color (decimal): -9416425 or 1528176. OLE color: 1528176.

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

Color convert

RGB 112 81 23 -
CMYK 0 0.28 0.79 0.56
HSL 39.1º 0.66% 0.26% -
HSV(B) 39.1º 0.79% 0.44% -
XYZ 9.78 9.39 2.11 -
YUV 83.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 112 81 23 0 0.28 0.79 0.56 39.1 0.66 0.26
Hex 70 51 17 0 1C 4F 38 27 42 1A
Octal 160 121 27 0 34 117 70 47 102 32
Binary 1110000 1010001 10111 0 11100 1001111 111000 100111 1000010 11010

Color Harmonies of #705117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705117

Black with #705117

Text Example


Text Example

White with #705117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705117; }

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

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

background-color css

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

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

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

border-color css

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

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

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