#70493C

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

Shades of Spice #70493C

Tints of Spice #70493C

Color information

#70493C (or 0x70493C) is unknown color: approx Spice. HEX triplet: 70, 49 and 3C. RGB value is (112,73,60). Sum of RGB (Red+Green+Blue) = 112+73+60=245 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.71% from 245); Green value is 73 (28.91% from 255 or 29.80% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 112 - color contains mainly: red. Hex color #70493C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70493C is #8FB6C3. Grayscale: #535353. Windows color (decimal): -9418436 or 3950960. OLE color: 3950960.

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

Color convert

RGB1127360-
CMYK00.350.460.56
HSL15º30.23%33.73%-
HSV(B)15º46.43%43.92%-
XYZ9.888.545.4-
YUV83.18114.92148.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.71%
GREEN value IS 73 (28.91% from 255) = 29.80%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=45.71%
G=29.80%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112736000.350.460.561530.2333.73
Hex70493C0232E38f1e22
Octal160111740435670173642
Binary111000010010011111000100011101110111000111111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70493C; }

 p { color: rgb(112,73,60); }

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

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

 a { background-color: rgb(112,73,60); }

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

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

 span { border-color: rgb(112,73,60); }

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