Html Css Color HEX #745446 Spice

📋 copy color: '#745446'

red 116 ◦ green 84 ◦ blue 70

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

Shades of Spice #745446

Tints of Spice #745446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.93%

R = 42.96%
G = 31.11%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#745446 (or 0x745446) is known color: Spice. HEX triplet: 74, 54 and 46. RGB value is (116,84,70). Sum of RGB (Red+Green+Blue) = 116+84+70=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #745446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745446 is #8BABB9. Grayscale: #5C5C5C. Windows color (decimal): -9153466 or 4609140. OLE color: 4609140.

HSL color Cylindrical-coordinate representation of color #745446: hue angle of 18.26º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #745446 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 84 70 -
CMYK 0 0.28 0.40 0.55
HSL 18.26º 0.25% 0.36% -
HSV(B) 18.26º 0.4% 0.45% -
XYZ 11.48 10.5 7.22 -
YUV 91.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 116 84 70 0 0.28 0.40 0.55 18.26 0.25 0.36
Hex 74 54 46 0 1C 28 37 12 19 24
Octal 164 124 106 0 34 50 67 22 31 44
Binary 1110100 1010100 1000110 0 11100 101000 110111 10010 11001 100100

Color Harmonies of #745446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745446

Black with #745446

Text Example


Text Example

White with #745446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745446; }

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

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

background-color css

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

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

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

border-color css

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

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

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