Html Css Color HEX #705617 Raw Umber

📋 copy color: '#705617'

red 112 ◦ green 86 ◦ blue 23

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

Shades of Raw Umber #705617

Tints of Raw Umber #705617

RGB

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

 GREEN value IS 86 (33.98% from 255) = 38.91%

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

R = 50.68%
G = 38.91%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#705617 (or 0x705617) is known color: Raw Umber. HEX triplet: 70, 56 and 17. RGB value is (112,86,23). Sum of RGB (Red+Green+Blue) = 112+86+23=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 86 (33.98% from 255 or 38.91% from 221); Blue value is 23 (9.38% from 255 or 10.41% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #705617 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705617 is #8FA9E8. Grayscale: #565656. Windows color (decimal): -9415145 or 1529456. OLE color: 1529456.

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

Color convert

RGB 112 86 23 -
CMYK 0 0.23 0.79 0.56
HSL 42.47º 0.66% 0.26% -
HSV(B) 42.47º 0.79% 0.44% -
XYZ 10.16 10.16 2.24 -
YUV 86.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 112 86 23 0 0.23 0.79 0.56 42.47 0.66 0.26
Hex 70 56 17 0 17 4F 38 2A 42 1A
Octal 160 126 27 0 27 117 70 52 102 32
Binary 1110000 1010110 10111 0 10111 1001111 111000 101010 1000010 11010

Color Harmonies of #705617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705617

Black with #705617

Text Example


Text Example

White with #705617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705617; }

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

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

background-color css

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

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

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

border-color css

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

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

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