Html Css Color HEX #715042 Spice

📋 copy color: '#715042'

red 113 ◦ green 80 ◦ blue 66

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

Shades of Spice #715042

Tints of Spice #715042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.48%

R = 43.63%
G = 30.89%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#715042 (or 0x715042) is known color: Spice. HEX triplet: 71, 50 and 42. RGB value is (113,80,66). Sum of RGB (Red+Green+Blue) = 113+80+66=259 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.63% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 113 - color contains mainly: red. Hex color #715042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715042 is #8EAFBD. Grayscale: #585858. Windows color (decimal): -9351102 or 4345969. OLE color: 4345969.

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

Color convert

RGB 113 80 66 -
CMYK 0 0.29 0.42 0.56
HSL 17.87º 0.26% 0.35% -
HSV(B) 17.87º 0.42% 0.44% -
XYZ 10.66 9.64 6.45 -
YUV 88.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 113 80 66 0 0.29 0.42 0.56 17.87 0.26 0.35
Hex 71 50 42 0 1D 2A 38 12 1A 23
Octal 161 120 102 0 35 52 70 22 32 43
Binary 1110001 1010000 1000010 0 11101 101010 111000 10010 11010 100011

Color Harmonies of #715042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715042

Black with #715042

Text Example


Text Example

White with #715042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715042; }

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

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

background-color css

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

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

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

border-color css

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

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

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