#70503F

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

Shades of Spice #70503F

Tints of Spice #70503F

Color information

#70503F (or 0x70503F) is unknown color: approx Spice. HEX triplet: 70, 50 and 3F. RGB value is (112,80,63). Sum of RGB (Red+Green+Blue) = 112+80+63=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 112 - color contains mainly: red. Hex color #70503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70503F is #8FAFC0. Grayscale: #575757. Windows color (decimal): -9416641 or 4149360. OLE color: 4149360.

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

Color convert

RGB1128063-
CMYK00.290.440.56
HSL20.82º28%34.31%-
HSV(B)20.82º43.75%43.92%-
XYZ10.459.545.99-
YUV87.63114.1145.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 80 (31.64% from 255) = 31.37%
BLUE value IS 63 (25% from 255) = 24.71%
R=43.92%
G=31.37%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112806300.290.440.5620.822834.31
Hex70503F01D2C38151c22
Octal160120770355470253442
Binary111000010100001111110111011011001110001010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70503F; }

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

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

<style>
 a { background-color: #70503F; }

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

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

<style>
 span { border-color: #70503F; }

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

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