Html Css Color HEX #735348 Spice

📋 copy color: '#735348'

red 115 ◦ green 83 ◦ blue 72

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

Shades of Spice #735348

Tints of Spice #735348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.74%

 BLUE value IS 72 (28.52% from 255) = 26.67%

R = 42.59%
G = 30.74%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#735348 (or 0x735348) is known color: Spice. HEX triplet: 73, 53 and 48. RGB value is (115,83,72). Sum of RGB (Red+Green+Blue) = 115+83+72=270 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.59% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 72 (28.52% from 255 or 26.67% from 270); Max value from RGB is 115 - color contains mainly: red. Hex color #735348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #735348 is #8CACB7. Grayscale: #5B5B5B. Windows color (decimal): -9219256 or 4739955. OLE color: 4739955.

HSL color Cylindrical-coordinate representation of color #735348: hue angle of 15.35º degrees, saturation: 0.23, 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 #735348 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 83 72 -
CMYK 0 0.28 0.37 0.55
HSL 15.35º 0.23% 0.37% -
HSV(B) 15.35º 0.37% 0.45% -
XYZ 11.33 10.3 7.52 -
YUV 91.31 117.1 144.89 -
System Red Green Blue C M Y K H S L
Decimal 115 83 72 0 0.28 0.37 0.55 15.35 0.23 0.37
Hex 73 53 48 0 1C 25 37 F 17 25
Octal 163 123 110 0 34 45 67 17 27 45
Binary 1110011 1010011 1001000 0 11100 100101 110111 1111 10111 100101

Color Harmonies of #735348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735348

Black with #735348

Text Example


Text Example

White with #735348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #735348; }

 p { color: rgb(115,83,72); }

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

background-color css

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

 a { background-color: rgb(115,83,72); }

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

border-color css

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

 span { border-color: rgb(115,83,72); }

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