#704F45

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

Shades of Spice #704F45

Tints of Spice #704F45

Color information

#704F45 (or 0x704F45) is unknown color: approx Spice. HEX triplet: 70, 4F and 45. RGB value is (112,79,69). Sum of RGB (Red+Green+Blue) = 112+79+69=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #704F45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F45 is #8FB0BA. Grayscale: #575757. Windows color (decimal): -9416891 or 4542320. OLE color: 4542320.

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

Color convert

RGB1127969-
CMYK00.290.380.56
HSL13.95º23.76%35.49%-
HSV(B)13.95º38.39%43.92%-
XYZ10.559.476.9-
YUV87.73117.43145.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 79 (31.25% from 255) = 30.38%
BLUE value IS 69 (27.34% from 255) = 26.54%
R=43.08%
G=30.38%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112796900.290.380.5613.9523.7635.49
Hex704F4501D2638e1823
Octal1601171050354670163043
Binary111000010011111000101011101100110111000111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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