Html Css Color HEX #735246 Spice

📋 copy color: '#735246'

red 115 ◦ green 82 ◦ blue 70

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

Shades of Spice #735246

Tints of Spice #735246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.71%

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

R = 43.07%
G = 30.71%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#735246 (or 0x735246) is known color: Spice. HEX triplet: 73, 52 and 46. RGB value is (115,82,70). Sum of RGB (Red+Green+Blue) = 115+82+70=267 (35% of max value = 765). Red value is 115 (45.31% from 255 or 43.07% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 115 - color contains mainly: red. Hex color #735246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735246 is #8CADB9. Grayscale: #5A5A5A. Windows color (decimal): -9219514 or 4608627. OLE color: 4608627.

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

Color convert

RGB 115 82 70 -
CMYK 0 0.29 0.39 0.55
HSL 16º 0.24% 0.36% -
HSV(B) 16º 0.39% 0.45% -
XYZ 11.19 10.12 7.16 -
YUV 90.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 115 82 70 0 0.29 0.39 0.55 16 0.24 0.36
Hex 73 52 46 0 1D 27 37 10 18 24
Octal 163 122 106 0 35 47 67 20 30 44
Binary 1110011 1010010 1000110 0 11101 100111 110111 10000 11000 100100

Color Harmonies of #735246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735246

Black with #735246

Text Example


Text Example

White with #735246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735246; }

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

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

background-color css

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

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

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

border-color css

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

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

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