Html Css Color HEX #715043 Spice

📋 copy color: '#715043'

red 113 ◦ green 80 ◦ blue 67

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

Shades of Spice #715043

Tints of Spice #715043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.77%

R = 43.46%
G = 30.77%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#715043 (or 0x715043) is known color: Spice. HEX triplet: 71, 50 and 43. RGB value is (113,80,67). Sum of RGB (Red+Green+Blue) = 113+80+67=260 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.46% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 113 - color contains mainly: red. Hex color #715043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715043 is #8EAFBC. Grayscale: #585858. Windows color (decimal): -9351101 or 4411505. OLE color: 4411505.

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

Color convert

RGB 113 80 67 -
CMYK 0 0.29 0.41 0.56
HSL 16.96º 0.26% 0.35% -
HSV(B) 16.96º 0.41% 0.44% -
XYZ 10.69 9.65 6.61 -
YUV 88.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 113 80 67 0 0.29 0.41 0.56 16.96 0.26 0.35
Hex 71 50 43 0 1D 29 38 11 1A 23
Octal 161 120 103 0 35 51 70 21 32 43
Binary 1110001 1010000 1000011 0 11101 101001 111000 10001 11010 100011

Color Harmonies of #715043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715043

Black with #715043

Text Example


Text Example

White with #715043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715043; }

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

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

background-color css

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

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

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

border-color css

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

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

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