Html Css Color HEX #715044 Spice

📋 copy color: '#715044'

red 113 ◦ green 80 ◦ blue 68

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

Shades of Spice #715044

Tints of Spice #715044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

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

R = 43.3%
G = 30.65%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#715044 (or 0x715044) is known color: Spice. HEX triplet: 71, 50 and 44. RGB value is (113,80,68). Sum of RGB (Red+Green+Blue) = 113+80+68=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 113 - color contains mainly: red. Hex color #715044 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715044 is #8EAFBB. Grayscale: #585858. Windows color (decimal): -9351100 or 4477041. OLE color: 4477041.

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

Color convert

RGB 113 80 68 -
CMYK 0 0.29 0.40 0.56
HSL 16º 0.25% 0.35% -
HSV(B) 16º 0.4% 0.44% -
XYZ 10.72 9.67 6.77 -
YUV 88.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 113 80 68 0 0.29 0.40 0.56 16 0.25 0.35
Hex 71 50 44 0 1D 28 38 10 19 23
Octal 161 120 104 0 35 50 70 20 31 43
Binary 1110001 1010000 1000100 0 11101 101000 111000 10000 11001 100011

Color Harmonies of #715044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715044

Black with #715044

Text Example


Text Example

White with #715044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715044; }

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

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

background-color css

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

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

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

border-color css

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

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

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