Html Css Color HEX #715244 Spice

📋 copy color: '#715244'

red 113 ◦ green 82 ◦ blue 68

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

Shades of Spice #715244

Tints of Spice #715244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.86%

R = 42.97%
G = 31.18%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#715244 (or 0x715244) is known color: Spice. HEX triplet: 71, 52 and 44. RGB value is (113,82,68). Sum of RGB (Red+Green+Blue) = 113+82+68=263 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.97% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 113 - color contains mainly: red. Hex color #715244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715244 is #8EADBB. Grayscale: #595959. Windows color (decimal): -9350588 or 4477553. OLE color: 4477553.

HSL color Cylindrical-coordinate representation of color #715244: hue angle of 18.67º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #715244 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 82 68 -
CMYK 0 0.27 0.40 0.56
HSL 18.67º 0.25% 0.35% -
HSV(B) 18.67º 0.4% 0.44% -
XYZ 10.87 9.96 6.82 -
YUV 89.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 113 82 68 0 0.27 0.40 0.56 18.67 0.25 0.35
Hex 71 52 44 0 1B 28 38 13 19 23
Octal 161 122 104 0 33 50 70 23 31 43
Binary 1110001 1010010 1000100 0 11011 101000 111000 10011 11001 100011

Color Harmonies of #715244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715244

Black with #715244

Text Example


Text Example

White with #715244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715244; }

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

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

background-color css

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

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

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

border-color css

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

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

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