Html Css Color HEX #735247 Spice

📋 copy color: '#735247'

red 115 ◦ green 82 ◦ blue 71

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

Shades of Spice #735247

Tints of Spice #735247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 26.49%

R = 42.91%
G = 30.6%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#735247 (or 0x735247) is known color: Spice. HEX triplet: 73, 52 and 47. RGB value is (115,82,71). Sum of RGB (Red+Green+Blue) = 115+82+71=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 115 - color contains mainly: red. Hex color #735247 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735247 is #8CADB8. Grayscale: #5A5A5A. Windows color (decimal): -9219513 or 4674163. OLE color: 4674163.

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

Color convert

RGB 115 82 71 -
CMYK 0 0.29 0.38 0.55
HSL 15º 0.24% 0.36% -
HSV(B) 15º 0.38% 0.45% -
XYZ 11.22 10.13 7.33 -
YUV 90.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 115 82 71 0 0.29 0.38 0.55 15 0.24 0.36
Hex 73 52 47 0 1D 26 37 F 18 24
Octal 163 122 107 0 35 46 67 17 30 44
Binary 1110011 1010010 1000111 0 11101 100110 110111 1111 11000 100100

Color Harmonies of #735247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735247

Black with #735247

Text Example


Text Example

White with #735247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735247; }

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

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

background-color css

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

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

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

border-color css

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

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

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