Html Css Color HEX #735446 Spice

📋 copy color: '#735446'

red 115 ◦ green 84 ◦ blue 70

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

Shades of Spice #735446

Tints of Spice #735446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 42.75%
G = 31.23%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#735446 (or 0x735446) is known color: Spice. HEX triplet: 73, 54 and 46. RGB value is (115,84,70). Sum of RGB (Red+Green+Blue) = 115+84+70=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 115 - color contains mainly: red. Hex color #735446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735446 is #8CABB9. Grayscale: #5B5B5B. Windows color (decimal): -9219002 or 4609139. OLE color: 4609139.

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

Color convert

RGB 115 84 70 -
CMYK 0 0.27 0.39 0.55
HSL 18.67º 0.24% 0.36% -
HSV(B) 18.67º 0.39% 0.45% -
XYZ 11.35 10.43 7.21 -
YUV 91.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 115 84 70 0 0.27 0.39 0.55 18.67 0.24 0.36
Hex 73 54 46 0 1B 27 37 13 18 24
Octal 163 124 106 0 33 47 67 23 30 44
Binary 1110011 1010100 1000110 0 11011 100111 110111 10011 11000 100100

Color Harmonies of #735446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735446

Black with #735446

Text Example


Text Example

White with #735446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735446; }

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

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

background-color css

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

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

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

border-color css

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

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

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