#705248

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

Shades of Spice #705248

Tints of Spice #705248

Color information

#705248 (or 0x705248) is unknown color: approx Spice. HEX triplet: 70, 52 and 48. RGB value is (112,82,72). Sum of RGB (Red+Green+Blue) = 112+82+72=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #705248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705248 is #8FADB7. Grayscale: #595959. Windows color (decimal): -9416120 or 4739696. OLE color: 4739696.

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

Color convert

RGB1128272-
CMYK00.270.360.56
HSL15º21.74%36.08%-
HSV(B)15º35.71%43.92%-
XYZ10.879.957.48-
YUV89.83117.94143.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 82 (32.42% from 255) = 30.83%
BLUE value IS 72 (28.52% from 255) = 27.07%
R=42.11%
G=30.83%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112827200.270.360.561521.7436.08
Hex70524801B2438f1624
Octal1601221100334470172644
Binary111000010100101001000011011100100111000111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705248; }

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

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

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

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

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

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

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

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