Html Css Color HEX #705142 Spice

📋 copy color: '#705142'

red 112 ◦ green 81 ◦ blue 66

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

Shades of Spice #705142

Tints of Spice #705142

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.27%

 BLUE value IS 66 (26.17% from 255) = 25.48%

R = 43.24%
G = 31.27%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#705142 (or 0x705142) is known color: Spice. HEX triplet: 70, 51 and 42. RGB value is (112,81,66). Sum of RGB (Red+Green+Blue) = 112+81+66=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 112 - color contains mainly: red. Hex color #705142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705142 is #8FAEBD. Grayscale: #585858. Windows color (decimal): -9416382 or 4346224. OLE color: 4346224.

HSL color Cylindrical-coordinate representation of color #705142: hue angle of 19.57º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #705142 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 81 66 -
CMYK 0 0.28 0.41 0.56
HSL 19.57º 0.26% 0.35% -
HSV(B) 19.57º 0.41% 0.44% -
XYZ 10.61 9.72 6.47 -
YUV 88.56 115.27 144.72 -
System Red Green Blue C M Y K H S L
Decimal 112 81 66 0 0.28 0.41 0.56 19.57 0.26 0.35
Hex 70 51 42 0 1C 29 38 14 1A 23
Octal 160 121 102 0 34 51 70 24 32 43
Binary 1110000 1010001 1000010 0 11100 101001 111000 10100 11010 100011

Color Harmonies of #705142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705142

Black with #705142

Text Example


Text Example

White with #705142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705142; }

 p { color: rgb(112,81,66); }

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

background-color css

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

 a { background-color: rgb(112,81,66); }

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

border-color css

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

 span { border-color: rgb(112,81,66); }

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