Html Css Color HEX #715241 Spice

📋 copy color: '#715241'

red 113 ◦ green 82 ◦ blue 65

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

Shades of Spice #715241

Tints of Spice #715241

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.54%

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

R = 43.46%
G = 31.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#715241 (or 0x715241) is known color: Spice. HEX triplet: 71, 52 and 41. RGB value is (113,82,65). Sum of RGB (Red+Green+Blue) = 113+82+65=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #715241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715241 is #8EADBE. Grayscale: #595959. Windows color (decimal): -9350591 or 4280945. OLE color: 4280945.

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

Color convert

RGB 113 82 65 -
CMYK 0 0.27 0.42 0.56
HSL 21.25º 0.27% 0.35% -
HSV(B) 21.25º 0.42% 0.44% -
XYZ 10.78 9.93 6.35 -
YUV 89.33 114.27 144.88 -
System Red Green Blue C M Y K H S L
Decimal 113 82 65 0 0.27 0.42 0.56 21.25 0.27 0.35
Hex 71 52 41 0 1B 2A 38 15 1B 23
Octal 161 122 101 0 33 52 70 25 33 43
Binary 1110001 1010010 1000001 0 11011 101010 111000 10101 11011 100011

Color Harmonies of #715241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715241

Black with #715241

Text Example


Text Example

White with #715241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715241; }

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

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

background-color css

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

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

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

border-color css

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

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

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