#715345

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

Shades of Spice #715345

Tints of Spice #715345

Color information

#715345 (or 0x715345) is unknown color: approx Spice. HEX triplet: 71, 53 and 45. RGB value is (113,83,69). Sum of RGB (Red+Green+Blue) = 113+83+69=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 113 - color contains mainly: red. Hex color #715345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715345 is #8EACBA. Grayscale: #5A5A5A. Windows color (decimal): -9350331 or 4543345. OLE color: 4543345.

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

Color convert

RGB1138369-
CMYK00.270.390.56
HSL19.09º24.18%35.69%-
HSV(B)19.09º38.94%44.31%-
XYZ10.9810.137.01-
YUV90.37115.94144.14-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.64%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=42.64%
G=31.32%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113836900.270.390.5619.0924.1835.69
Hex71534501B2738131824
Octal1611231050334770233044
Binary1110001101001110001010110111001111110001001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715345; }

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

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

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

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

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

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

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

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