Html Css Color HEX #715041 Spice

📋 copy color: '#715041'

red 113 ◦ green 80 ◦ blue 65

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

Shades of Spice #715041

Tints of Spice #715041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.19%

R = 43.8%
G = 31.01%
B = 25.19%

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

#715041 (or 0x715041) is known color: Spice. HEX triplet: 71, 50 and 41. RGB value is (113,80,65). Sum of RGB (Red+Green+Blue) = 113+80+65=258 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.80% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 113 - color contains mainly: red. Hex color #715041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715041 is #8EAFBE. Grayscale: #585858. Windows color (decimal): -9351103 or 4280433. OLE color: 4280433.

HSL color Cylindrical-coordinate representation of color #715041: hue angle of 18.75º degrees, saturation: 0.27, 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 #715041 is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 80 65 -
CMYK 0 0.29 0.42 0.56
HSL 18.75º 0.27% 0.35% -
HSV(B) 18.75º 0.42% 0.44% -
XYZ 10.63 9.63 6.3 -
YUV 88.16 114.93 145.72 -
System Red Green Blue C M Y K H S L
Decimal 113 80 65 0 0.29 0.42 0.56 18.75 0.27 0.35
Hex 71 50 41 0 1D 2A 38 13 1B 23
Octal 161 120 101 0 35 52 70 23 33 43
Binary 1110001 1010000 1000001 0 11101 101010 111000 10011 11011 100011

Color Harmonies of #715041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715041

Black with #715041

Text Example


Text Example

White with #715041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715041; }

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

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

background-color css

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

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

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

border-color css

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

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

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