Html Css Color HEX #745144 Spice

📋 copy color: '#745144'

red 116 ◦ green 81 ◦ blue 68

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

Shades of Spice #745144

Tints of Spice #745144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.57%

 BLUE value IS 68 (26.95% from 255) = 25.66%

R = 43.77%
G = 30.57%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#745144 (or 0x745144) is known color: Spice. HEX triplet: 74, 51 and 44. RGB value is (116,81,68). Sum of RGB (Red+Green+Blue) = 116+81+68=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #745144 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745144 is #8BAEBB. Grayscale: #5A5A5A. Windows color (decimal): -9154236 or 4477300. OLE color: 4477300.

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

Color convert

RGB 116 81 68 -
CMYK 0 0.30 0.41 0.55
HSL 16.25º 0.26% 0.36% -
HSV(B) 16.25º 0.41% 0.45% -
XYZ 11.19 10.02 6.81 -
YUV 89.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 116 81 68 0 0.30 0.41 0.55 16.25 0.26 0.36
Hex 74 51 44 0 1E 29 37 10 1A 24
Octal 164 121 104 0 36 51 67 20 32 44
Binary 1110100 1010001 1000100 0 11110 101001 110111 10000 11010 100100

Color Harmonies of #745144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745144

Black with #745144

Text Example


Text Example

White with #745144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745144; }

 p { color: rgb(116,81,68); }

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

background-color css

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

 a { background-color: rgb(116,81,68); }

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

border-color css

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

 span { border-color: rgb(116,81,68); }

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