#704A3F

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

Shades of Spice #704A3F

Tints of Spice #704A3F

Color information

#704A3F (or 0x704A3F) is unknown color: approx Spice. HEX triplet: 70, 4A and 3F. RGB value is (112,74,63). Sum of RGB (Red+Green+Blue) = 112+74+63=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 63 (25% from 255 or 25.30% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #704A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A3F is #8FB5C0. Grayscale: #545454. Windows color (decimal): -9418177 or 4147824. OLE color: 4147824.

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

Color convert

RGB1127463-
CMYK00.340.440.56
HSL13.47º28%34.31%-
HSV(B)13.47º43.75%43.92%-
XYZ10.038.75.85-
YUV84.11116.09147.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 74 (29.30% from 255) = 29.72%
BLUE value IS 63 (25% from 255) = 25.30%
R=44.98%
G=29.72%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112746300.340.440.5613.472834.31
Hex704A3F0222C38d1c22
Octal160112770425470153442
Binary111000010010101111110100010101100111000110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,74,63); }

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

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

 a { background-color: rgb(112,74,63); }

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

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

 span { border-color: rgb(112,74,63); }

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