#704C3C

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

Shades of Spice #704C3C

Tints of Spice #704C3C

Color information

#704C3C (or 0x704C3C) is unknown color: approx Spice. HEX triplet: 70, 4C and 3C. RGB value is (112,76,60). Sum of RGB (Red+Green+Blue) = 112+76+60=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 60 (23.83% from 255 or 24.19% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #704C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C3C is #8FB3C3. Grayscale: #555555. Windows color (decimal): -9417668 or 3951728. OLE color: 3951728.

HSL color Cylindrical-coordinate representation of color #704C3C: hue angle of 18.46º 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 #704C3C is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB1127660-
CMYK00.320.460.56
HSL18.46º30.23%33.73%-
HSV(B)18.46º46.43%43.92%-
XYZ10.088.945.47-
YUV84.94113.93147.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 76 (30.08% from 255) = 30.65%
BLUE value IS 60 (23.83% from 255) = 24.19%
R=45.16%
G=30.65%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112766000.320.460.5618.4630.2333.73
Hex704C3C0202E38121e22
Octal160114740405670223642
Binary1110000100110011110001000001011101110001001011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704C3C; }

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

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

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

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

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

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

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

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