Html Css Color HEX #745143 Spice

📋 copy color: '#745143'

red 116 ◦ green 81 ◦ blue 67

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

Shades of Spice #745143

Tints of Spice #745143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.38%

R = 43.94%
G = 30.68%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#745143 (or 0x745143) is known color: Spice. HEX triplet: 74, 51 and 43. RGB value is (116,81,67). Sum of RGB (Red+Green+Blue) = 116+81+67=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #745143 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745143 is #8BAEBC. Grayscale: #595959. Windows color (decimal): -9154237 or 4411764. OLE color: 4411764.

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

Color convert

RGB 116 81 67 -
CMYK 0 0.30 0.42 0.55
HSL 17.14º 0.27% 0.36% -
HSV(B) 17.14º 0.42% 0.45% -
XYZ 11.16 10 6.65 -
YUV 89.87 115.1 146.64 -
System Red Green Blue C M Y K H S L
Decimal 116 81 67 0 0.30 0.42 0.55 17.14 0.27 0.36
Hex 74 51 43 0 1E 2A 37 11 1B 24
Octal 164 121 103 0 36 52 67 21 33 44
Binary 1110100 1010001 1000011 0 11110 101010 110111 10001 11011 100100

Color Harmonies of #745143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745143

Black with #745143

Text Example


Text Example

White with #745143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745143; }

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

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

background-color css

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

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

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

border-color css

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

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

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