Html Css Color HEX #705317 Raw Umber

📋 copy color: '#705317'

red 112 ◦ green 83 ◦ blue 23

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

Shades of Raw Umber #705317

Tints of Raw Umber #705317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.07%

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

R = 51.38%
G = 38.07%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#705317 (or 0x705317) is known color: Raw Umber. HEX triplet: 70, 53 and 17. RGB value is (112,83,23). Sum of RGB (Red+Green+Blue) = 112+83+23=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #705317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #705317 is #8FACE8. Grayscale: #555555. Windows color (decimal): -9415913 or 1528688. OLE color: 1528688.

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

Color convert

RGB 112 83 23 -
CMYK 0 0.26 0.79 0.56
HSL 40.45º 0.66% 0.26% -
HSV(B) 40.45º 0.79% 0.44% -
XYZ 9.93 9.69 2.16 -
YUV 84.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 112 83 23 0 0.26 0.79 0.56 40.45 0.66 0.26
Hex 70 53 17 0 1A 4F 38 28 42 1A
Octal 160 123 27 0 32 117 70 50 102 32
Binary 1110000 1010011 10111 0 11010 1001111 111000 101000 1000010 11010

Color Harmonies of #705317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705317

Black with #705317

Text Example


Text Example

White with #705317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705317; }

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

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

background-color css

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

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

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

border-color css

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

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

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