Html Css Color HEX #705246 Spice

📋 copy color: '#705246'

red 112 ◦ green 82 ◦ blue 70

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

Shades of Spice #705246

Tints of Spice #705246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.52%

R = 42.42%
G = 31.06%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#705246 (or 0x705246) is known color: Spice. HEX triplet: 70, 52 and 46. RGB value is (112,82,70). Sum of RGB (Red+Green+Blue) = 112+82+70=264 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.42% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 112 - color contains mainly: red. Hex color #705246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705246 is #8FADB9. Grayscale: #595959. Windows color (decimal): -9416122 or 4608624. OLE color: 4608624.

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

Color convert

RGB 112 82 70 -
CMYK 0 0.27 0.38 0.56
HSL 17.14º 0.23% 0.36% -
HSV(B) 17.14º 0.38% 0.44% -
XYZ 10.8 9.92 7.14 -
YUV 89.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 112 82 70 0 0.27 0.38 0.56 17.14 0.23 0.36
Hex 70 52 46 0 1B 26 38 11 17 24
Octal 160 122 106 0 33 46 70 21 27 44
Binary 1110000 1010010 1000110 0 11011 100110 111000 10001 10111 100100

Color Harmonies of #705246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705246

Black with #705246

Text Example


Text Example

White with #705246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705246; }

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

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

background-color css

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

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

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

border-color css

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

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

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