Html Css Color HEX #745346 Spice

📋 copy color: '#745346'

red 116 ◦ green 83 ◦ blue 70

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

Shades of Spice #745346

Tints of Spice #745346

RGB

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

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

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

R = 43.12%
G = 30.86%
B = 26.02%

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

#745346 (or 0x745346) is known color: Spice. HEX triplet: 74, 53 and 46. RGB value is (116,83,70). Sum of RGB (Red+Green+Blue) = 116+83+70=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #745346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745346 is #8BACB9. Grayscale: #5B5B5B. Windows color (decimal): -9153722 or 4608884. OLE color: 4608884.

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

Color convert

RGB 116 83 70 -
CMYK 0 0.28 0.40 0.55
HSL 16.96º 0.25% 0.36% -
HSV(B) 16.96º 0.4% 0.45% -
XYZ 11.4 10.34 7.19 -
YUV 91.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 116 83 70 0 0.28 0.40 0.55 16.96 0.25 0.36
Hex 74 53 46 0 1C 28 37 11 19 24
Octal 164 123 106 0 34 50 67 21 31 44
Binary 1110100 1010011 1000110 0 11100 101000 110111 10001 11001 100100

Color Harmonies of #745346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745346

Black with #745346

Text Example


Text Example

White with #745346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745346; }

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

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

background-color css

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

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

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

border-color css

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

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

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