Html Css Color HEX #715344 Spice

📋 copy color: '#715344'

red 113 ◦ green 83 ◦ blue 68

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

Shades of Spice #715344

Tints of Spice #715344

RGB

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

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

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

R = 42.8%
G = 31.44%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#715344 (or 0x715344) is known color: Spice. HEX triplet: 71, 53 and 44. RGB value is (113,83,68). Sum of RGB (Red+Green+Blue) = 113+83+68=264 (34% of max value = 765). Red value is 113 (44.53% from 255 or 42.80% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 113 - color contains mainly: red. Hex color #715344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715344 is #8EACBB. Grayscale: #5A5A5A. Windows color (decimal): -9350332 or 4477809. OLE color: 4477809.

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

Color convert

RGB 113 83 68 -
CMYK 0 0.27 0.40 0.56
HSL 20º 0.25% 0.35% -
HSV(B) 20º 0.4% 0.44% -
XYZ 10.95 10.11 6.84 -
YUV 90.26 115.44 144.22 -
System Red Green Blue C M Y K H S L
Decimal 113 83 68 0 0.27 0.40 0.56 20 0.25 0.35
Hex 71 53 44 0 1B 28 38 14 19 23
Octal 161 123 104 0 33 50 70 24 31 43
Binary 1110001 1010011 1000100 0 11011 101000 111000 10100 11001 100011

Color Harmonies of #715344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715344

Black with #715344

Text Example


Text Example

White with #715344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715344; }

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

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

background-color css

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

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

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

border-color css

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

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

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