Html Css Color HEX #705247 Spice

📋 copy color: '#705247'

red 112 ◦ green 82 ◦ blue 71

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

Shades of Spice #705247

Tints of Spice #705247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

 BLUE value IS 71 (28.13% from 255) = 26.79%

R = 42.26%
G = 30.94%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#705247 (or 0x705247) is known color: Spice. HEX triplet: 70, 52 and 47. RGB value is (112,82,71). Sum of RGB (Red+Green+Blue) = 112+82+71=265 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.26% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 112 - color contains mainly: red. Hex color #705247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705247 is #8FADB8. Grayscale: #595959. Windows color (decimal): -9416121 or 4674160. OLE color: 4674160.

HSL color Cylindrical-coordinate representation of color #705247: hue angle of 16.1º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #705247 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 82 71 -
CMYK 0 0.27 0.37 0.56
HSL 16.1º 0.22% 0.36% -
HSV(B) 16.1º 0.37% 0.44% -
XYZ 10.84 9.93 7.31 -
YUV 89.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 112 82 71 0 0.27 0.37 0.56 16.1 0.22 0.36
Hex 70 52 47 0 1B 25 38 10 16 24
Octal 160 122 107 0 33 45 70 20 26 44
Binary 1110000 1010010 1000111 0 11011 100101 111000 10000 10110 100100

Color Harmonies of #705247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705247

Black with #705247

Text Example


Text Example

White with #705247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705247; }

 p { color: rgb(112,82,71); }

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

background-color css

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

 a { background-color: rgb(112,82,71); }

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

border-color css

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

 span { border-color: rgb(112,82,71); }

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