Html Css Color HEX #715349 Spice

📋 copy color: '#715349'

red 113 ◦ green 83 ◦ blue 73

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

Shades of Spice #715349

Tints of Spice #715349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.14%

R = 42.01%
G = 30.86%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#715349 (or 0x715349) is known color: Spice. HEX triplet: 71, 53 and 49. RGB value is (113,83,73). Sum of RGB (Red+Green+Blue) = 113+83+73=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #715349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715349 is #8EACB6. Grayscale: #5A5A5A. Windows color (decimal): -9350327 or 4805489. OLE color: 4805489.

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

Color convert

RGB 113 83 73 -
CMYK 0 0.27 0.35 0.56
HSL 15º 0.22% 0.36% -
HSV(B) 15º 0.35% 0.44% -
XYZ 11.11 10.18 7.68 -
YUV 90.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 113 83 73 0 0.27 0.35 0.56 15 0.22 0.36
Hex 71 53 49 0 1B 23 38 F 16 24
Octal 161 123 111 0 33 43 70 17 26 44
Binary 1110001 1010011 1001001 0 11011 100011 111000 1111 10110 100100

Color Harmonies of #715349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715349

Black with #715349

Text Example


Text Example

White with #715349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715349; }

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

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

background-color css

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

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

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

border-color css

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

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

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