#705145

Color #705145 Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #705145

Tints of Spice #705145

Color information

#705145 (or 0x705145) is unknown color: approx Spice. HEX triplet: 70, 51 and 45. RGB value is (112,81,69). Sum of RGB (Red+Green+Blue) = 112+81+69=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 69 (27.34% from 255 or 26.34% from 262); Max value from RGB is 112 - color contains mainly: red. Hex color #705145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705145 is #8FAEBA. Grayscale: #585858. Windows color (decimal): -9416379 or 4542832. OLE color: 4542832.

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

Color convert

RGB1128169-
CMYK00.280.380.56
HSL16.74º23.76%35.49%-
HSV(B)16.74º38.39%43.92%-
XYZ10.79.766.95-
YUV88.9116.77144.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.75%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 69 (27.34% from 255) = 26.34%
R=42.75%
G=30.92%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112816900.280.380.5616.7423.7635.49
Hex70514501C2638111823
Octal1601211050344670213043
Binary1110000101000110001010111001001101110001000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705145; }

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

 H1.HeaderClassName
 {
   color: #705145;
 }
 .AnyTagClassName
 {
   color: #705145;
 }
</style>
background-color css

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

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

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

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

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

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