Html Css Color HEX #735449 Spice

📋 copy color: '#735449'

red 115 ◦ green 84 ◦ blue 73

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

Shades of Spice #735449

Tints of Spice #735449

RGB

 RED value IS 115 (45.31% from 255) = 42.28%

 GREEN value IS 84 (33.2% from 255) = 30.88%

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

R = 42.28%
G = 30.88%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#735449 (or 0x735449) is known color: Spice. HEX triplet: 73, 54 and 49. RGB value is (115,84,73). Sum of RGB (Red+Green+Blue) = 115+84+73=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 115 - color contains mainly: red. Hex color #735449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735449 is #8CABB6. Grayscale: #5C5C5C. Windows color (decimal): -9218999 or 4805747. OLE color: 4805747.

HSL color Cylindrical-coordinate representation of color #735449: hue angle of 15.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #735449 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 84 73 -
CMYK 0 0.27 0.37 0.55
HSL 15.71º 0.22% 0.37% -
HSV(B) 15.71º 0.37% 0.45% -
XYZ 11.44 10.47 7.72 -
YUV 92.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 115 84 73 0 0.27 0.37 0.55 15.71 0.22 0.37
Hex 73 54 49 0 1B 25 37 10 16 25
Octal 163 124 111 0 33 45 67 20 26 45
Binary 1110011 1010100 1001001 0 11011 100101 110111 10000 10110 100101

Color Harmonies of #735449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735449

Black with #735449

Text Example


Text Example

White with #735449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735449; }

 p { color: rgb(115,84,73); }

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

background-color css

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

 a { background-color: rgb(115,84,73); }

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

border-color css

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

 span { border-color: rgb(115,84,73); }

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