#704B3B

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

Shades of Spice #704B3B

Tints of Spice #704B3B

Color information

#704B3B (or 0x704B3B) is unknown color: approx Spice. HEX triplet: 70, 4B and 3B. RGB value is (112,75,59). Sum of RGB (Red+Green+Blue) = 112+75+59=246 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.53% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 112 - color contains mainly: red. Hex color #704B3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B3B is #8FB4C4. Grayscale: #545454. Windows color (decimal): -9417925 or 3885936. OLE color: 3885936.

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

Color convert

RGB1127559-
CMYK00.330.470.56
HSL18.11º30.99%33.53%-
HSV(B)18.11º47.32%43.92%-
XYZ9.998.795.31-
YUV84.24113.76147.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.53%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 59 (23.44% from 255) = 23.98%
R=45.53%
G=30.49%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112755900.330.470.5618.1130.9933.53
Hex704B3B0212F38121f22
Octal160113730415770223742
Binary1110000100101111101101000011011111110001001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,75,59); }

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

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

 a { background-color: rgb(112,75,59); }

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

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

 span { border-color: rgb(112,75,59); }

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