Html Css Color HEX #705417 Raw Umber

📋 copy color: '#705417'

red 112 ◦ green 84 ◦ blue 23

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

Shades of Raw Umber #705417

Tints of Raw Umber #705417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.36%

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

R = 51.14%
G = 38.36%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#705417 (or 0x705417) is known color: Raw Umber. HEX triplet: 70, 54 and 17. RGB value is (112,84,23). Sum of RGB (Red+Green+Blue) = 112+84+23=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #705417 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705417 is #8FABE8. Grayscale: #555555. Windows color (decimal): -9415657 or 1528944. OLE color: 1528944.

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

Color convert

RGB 112 84 23 -
CMYK 0 0.25 0.79 0.56
HSL 41.12º 0.66% 0.26% -
HSV(B) 41.12º 0.79% 0.44% -
XYZ 10.01 9.85 2.18 -
YUV 85.42 92.78 146.96 -
System Red Green Blue C M Y K H S L
Decimal 112 84 23 0 0.25 0.79 0.56 41.12 0.66 0.26
Hex 70 54 17 0 19 4F 38 29 42 1A
Octal 160 124 27 0 31 117 70 51 102 32
Binary 1110000 1010100 10111 0 11001 1001111 111000 101001 1000010 11010

Color Harmonies of #705417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705417

Black with #705417

Text Example


Text Example

White with #705417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705417; }

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

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

background-color css

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

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

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

border-color css

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

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

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