Html Css Color HEX #715040 Spice

📋 copy color: '#715040'

red 113 ◦ green 80 ◦ blue 64

#715040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spice #715040

Tints of Spice #715040

RGB

 RED value IS 113 (44.53% from 255) = 43.97%

 GREEN value IS 80 (31.64% from 255) = 31.13%

 BLUE value IS 64 (25.39% from 255) = 24.9%

R = 43.97%
G = 31.13%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#715040 (or 0x715040) is known color: Spice. HEX triplet: 71, 50 and 40. RGB value is (113,80,64). Sum of RGB (Red+Green+Blue) = 113+80+64=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #715040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715040 is #8EAFBF. Grayscale: #585858. Windows color (decimal): -9351104 or 4214897. OLE color: 4214897.

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

Color convert

RGB 113 80 64 -
CMYK 0 0.29 0.43 0.56
HSL 19.59º 0.28% 0.35% -
HSV(B) 19.59º 0.43% 0.44% -
XYZ 10.6 9.62 6.15 -
YUV 88.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 113 80 64 0 0.29 0.43 0.56 19.59 0.28 0.35
Hex 71 50 40 0 1D 2B 38 14 1C 23
Octal 161 120 100 0 35 53 70 24 34 43
Binary 1110001 1010000 1000000 0 11101 101011 111000 10100 11100 100011

Color Harmonies of #715040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715040

Black with #715040

Text Example


Text Example

White with #715040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715040; }

 p { color: rgb(113,80,64); }

 H1.HeaderClassName
 {
   color: #715040;
 }
 .AnyTagClassName
 {
   color: #715040;
 }
</style>

background-color css

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

 a { background-color: rgb(113,80,64); }

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

border-color css

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

 span { border-color: rgb(113,80,64); }

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