Html Css Color HEX #735146 Spice

📋 copy color: '#735146'

red 115 ◦ green 81 ◦ blue 70

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

Shades of Spice #735146

Tints of Spice #735146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

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

R = 43.23%
G = 30.45%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#735146 (or 0x735146) is known color: Spice. HEX triplet: 73, 51 and 46. RGB value is (115,81,70). Sum of RGB (Red+Green+Blue) = 115+81+70=266 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.23% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 115 - color contains mainly: red. Hex color #735146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735146 is #8CAEB9. Grayscale: #595959. Windows color (decimal): -9219770 or 4608371. OLE color: 4608371.

HSL color Cylindrical-coordinate representation of color #735146: hue angle of 14.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 #735146 is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 81 70 -
CMYK 0 0.30 0.39 0.55
HSL 14.67º 0.24% 0.36% -
HSV(B) 14.67º 0.39% 0.45% -
XYZ 11.12 9.97 7.13 -
YUV 89.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 115 81 70 0 0.30 0.39 0.55 14.67 0.24 0.36
Hex 73 51 46 0 1E 27 37 F 18 24
Octal 163 121 106 0 36 47 67 17 30 44
Binary 1110011 1010001 1000110 0 11110 100111 110111 1111 11000 100100

Color Harmonies of #735146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735146

Black with #735146

Text Example


Text Example

White with #735146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735146; }

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

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

background-color css

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

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

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

border-color css

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

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

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