Html Css Color HEX #745448 Spice

📋 copy color: '#745448'

red 116 ◦ green 84 ◦ blue 72

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

Shades of Spice #745448

Tints of Spice #745448

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.88%

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

R = 42.65%
G = 30.88%
B = 26.47%

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

#745448 (or 0x745448) is known color: Spice. HEX triplet: 74, 54 and 48. RGB value is (116,84,72). Sum of RGB (Red+Green+Blue) = 116+84+72=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #745448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745448 is #8BABB7. Grayscale: #5C5C5C. Windows color (decimal): -9153464 or 4740212. OLE color: 4740212.

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

Color convert

RGB 116 84 72 -
CMYK 0 0.28 0.38 0.55
HSL 16.36º 0.23% 0.37% -
HSV(B) 16.36º 0.38% 0.45% -
XYZ 11.54 10.52 7.55 -
YUV 92.2 116.6 144.98 -
System Red Green Blue C M Y K H S L
Decimal 116 84 72 0 0.28 0.38 0.55 16.36 0.23 0.37
Hex 74 54 48 0 1C 26 37 10 17 25
Octal 164 124 110 0 34 46 67 20 27 45
Binary 1110100 1010100 1001000 0 11100 100110 110111 10000 10111 100101

Color Harmonies of #745448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745448

Black with #745448

Text Example


Text Example

White with #745448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745448; }

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

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

background-color css

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

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

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

border-color css

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

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

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