Html Css Color HEX #745348 Spice

📋 copy color: '#745348'

red 116 ◦ green 83 ◦ blue 72

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

Shades of Spice #745348

Tints of Spice #745348

RGB

 RED value IS 116 (45.7% from 255) = 42.8%

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

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

R = 42.8%
G = 30.63%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#745348 (or 0x745348) is known color: Spice. HEX triplet: 74, 53 and 48. RGB value is (116,83,72). Sum of RGB (Red+Green+Blue) = 116+83+72=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #745348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745348 is #8BACB7. Grayscale: #5B5B5B. Windows color (decimal): -9153720 or 4739956. OLE color: 4739956.

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

Color convert

RGB 116 83 72 -
CMYK 0 0.28 0.38 0.55
HSL 15º 0.23% 0.37% -
HSV(B) 15º 0.38% 0.45% -
XYZ 11.47 10.37 7.53 -
YUV 91.61 116.93 145.39 -
System Red Green Blue C M Y K H S L
Decimal 116 83 72 0 0.28 0.38 0.55 15 0.23 0.37
Hex 74 53 48 0 1C 26 37 F 17 25
Octal 164 123 110 0 34 46 67 17 27 45
Binary 1110100 1010011 1001000 0 11100 100110 110111 1111 10111 100101

Color Harmonies of #745348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745348

Black with #745348

Text Example


Text Example

White with #745348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745348; }

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

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

background-color css

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

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

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

border-color css

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

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

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