Html Css Color HEX #705517 Raw Umber

📋 copy color: '#705517'

red 112 ◦ green 85 ◦ blue 23

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

Shades of Raw Umber #705517

Tints of Raw Umber #705517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.64%

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

R = 50.91%
G = 38.64%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#705517 (or 0x705517) is known color: Raw Umber. HEX triplet: 70, 55 and 17. RGB value is (112,85,23). Sum of RGB (Red+Green+Blue) = 112+85+23=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #705517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705517 is #8FAAE8. Grayscale: #565656. Windows color (decimal): -9415401 or 1529200. OLE color: 1529200.

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

Color convert

RGB 112 85 23 -
CMYK 0 0.24 0.79 0.56
HSL 41.8º 0.66% 0.26% -
HSV(B) 41.8º 0.79% 0.44% -
XYZ 10.09 10 2.21 -
YUV 86.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 112 85 23 0 0.24 0.79 0.56 41.8 0.66 0.26
Hex 70 55 17 0 18 4F 38 2A 42 1A
Octal 160 125 27 0 30 117 70 52 102 32
Binary 1110000 1010101 10111 0 11000 1001111 111000 101010 1000010 11010

Color Harmonies of #705517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705517

Black with #705517

Text Example


Text Example

White with #705517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705517; }

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

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

background-color css

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

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

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

border-color css

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

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

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