#715343

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

Shades of Spice #715343

Tints of Spice #715343

Color information

#715343 (or 0x715343) is unknown color: approx Spice. HEX triplet: 71, 53 and 43. RGB value is (113,83,67). Sum of RGB (Red+Green+Blue) = 113+83+67=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #715343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715343 is #8EACBC. Grayscale: #5A5A5A. Windows color (decimal): -9350333 or 4412273. OLE color: 4412273.

HSL color Cylindrical-coordinate representation of color #715343: hue angle of 20.87º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #715343 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB1138367-
CMYK00.270.410.56
HSL20.87º25.56%35.29%-
HSV(B)20.87º40.71%44.31%-
XYZ10.9210.16.68-
YUV90.15114.94144.3-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.97%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 67 (26.56% from 255) = 25.48%
R=42.97%
G=31.56%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113836700.270.410.5620.8725.5635.29
Hex71534301B2938151a23
Octal1611231030335170253243
Binary1110001101001110000110110111010011110001010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715343; }

 p { color: rgb(113,83,67); }

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

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

 a { background-color: rgb(113,83,67); }

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

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

 span { border-color: rgb(113,83,67); }

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