Html Css Color HEX #715342 Spice

📋 copy color: '#715342'

red 113 ◦ green 83 ◦ blue 66

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

Shades of Spice #715342

Tints of Spice #715342

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.68%

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

R = 43.13%
G = 31.68%
B = 25.19%

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

#715342 (or 0x715342) is known color: Spice. HEX triplet: 71, 53 and 42. RGB value is (113,83,66). Sum of RGB (Red+Green+Blue) = 113+83+66=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 113 - color contains mainly: red. Hex color #715342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715342 is #8EACBD. Grayscale: #5A5A5A. Windows color (decimal): -9350334 or 4346737. OLE color: 4346737.

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

Color convert

RGB 113 83 66 -
CMYK 0 0.27 0.42 0.56
HSL 21.7º 0.26% 0.35% -
HSV(B) 21.7º 0.42% 0.44% -
XYZ 10.89 10.09 6.53 -
YUV 90.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 113 83 66 0 0.27 0.42 0.56 21.7 0.26 0.35
Hex 71 53 42 0 1B 2A 38 16 1A 23
Octal 161 123 102 0 33 52 70 26 32 43
Binary 1110001 1010011 1000010 0 11011 101010 111000 10110 11010 100011

Color Harmonies of #715342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715342

Black with #715342

Text Example


Text Example

White with #715342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715342; }

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

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

background-color css

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

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

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

border-color css

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

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

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