#704A3E

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

Shades of Spice #704A3E

Tints of Spice #704A3E

Color information

#704A3E (or 0x704A3E) is unknown color: approx Spice. HEX triplet: 70, 4A and 3E. RGB value is (112,74,62). Sum of RGB (Red+Green+Blue) = 112+74+62=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 112 - color contains mainly: red. Hex color #704A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A3E is #8FB5C1. Grayscale: #545454. Windows color (decimal): -9418178 or 4082288. OLE color: 4082288.

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

Color convert

RGB1127462-
CMYK00.340.450.56
HSL14.4º28.74%34.12%-
HSV(B)14.4º44.64%43.92%-
XYZ108.695.71-
YUV83.99115.59147.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 62 (24.61% from 255) = 25%
R=45.16%
G=29.84%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112746200.340.450.5614.428.7434.12
Hex704A3E0222D38e1d22
Octal160112760425570163542
Binary111000010010101111100100010101101111000111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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