Html Css Color HEX #715242 Spice

📋 copy color: '#715242'

red 113 ◦ green 82 ◦ blue 66

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

Shades of Spice #715242

Tints of Spice #715242

RGB

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

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

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

R = 43.3%
G = 31.42%
B = 25.29%

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

#715242 (or 0x715242) is known color: Spice. HEX triplet: 71, 52 and 42. RGB value is (113,82,66). Sum of RGB (Red+Green+Blue) = 113+82+66=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #715242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715242 is #8EADBD. Grayscale: #595959. Windows color (decimal): -9350590 or 4346481. OLE color: 4346481.

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

Color convert

RGB 113 82 66 -
CMYK 0 0.27 0.42 0.56
HSL 20.43º 0.26% 0.35% -
HSV(B) 20.43º 0.42% 0.44% -
XYZ 10.81 9.94 6.5 -
YUV 89.45 114.77 144.8 -
System Red Green Blue C M Y K H S L
Decimal 113 82 66 0 0.27 0.42 0.56 20.43 0.26 0.35
Hex 71 52 42 0 1B 2A 38 14 1A 23
Octal 161 122 102 0 33 52 70 24 32 43
Binary 1110001 1010010 1000010 0 11011 101010 111000 10100 11010 100011

Color Harmonies of #715242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715242

Black with #715242

Text Example


Text Example

White with #715242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715242; }

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

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

background-color css

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

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

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

border-color css

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

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

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