Html Css Color HEX #705141 Spice

📋 copy color: '#705141'

red 112 ◦ green 81 ◦ blue 65

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

Shades of Spice #705141

Tints of Spice #705141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.19%

R = 43.41%
G = 31.4%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#705141 (or 0x705141) is known color: Spice. HEX triplet: 70, 51 and 41. RGB value is (112,81,65). Sum of RGB (Red+Green+Blue) = 112+81+65=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #705141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705141 is #8FAEBE. Grayscale: #585858. Windows color (decimal): -9416383 or 4280688. OLE color: 4280688.

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

Color convert

RGB 112 81 65 -
CMYK 0 0.28 0.42 0.56
HSL 20.43º 0.27% 0.35% -
HSV(B) 20.43º 0.42% 0.44% -
XYZ 10.58 9.71 6.32 -
YUV 88.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 112 81 65 0 0.28 0.42 0.56 20.43 0.27 0.35
Hex 70 51 41 0 1C 2A 38 14 1B 23
Octal 160 121 101 0 34 52 70 24 33 43
Binary 1110000 1010001 1000001 0 11100 101010 111000 10100 11011 100011

Color Harmonies of #705141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705141

Black with #705141

Text Example


Text Example

White with #705141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705141; }

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

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

background-color css

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

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

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

border-color css

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

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

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