Html Css Color HEX #74544A Spice

📋 copy color: '#74544A'

red 116 ◦ green 84 ◦ blue 74

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

Shades of Spice #74544A

Tints of Spice #74544A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.01%

R = 42.34%
G = 30.66%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#74544A (or 0x74544A) is known color: Spice. HEX triplet: 74, 54 and 4A. RGB value is (116,84,74). Sum of RGB (Red+Green+Blue) = 116+84+74=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 74 (29.30% from 255 or 27.01% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #74544A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74544A is #8BABB5. Grayscale: #5C5C5C. Windows color (decimal): -9153462 or 4871284. OLE color: 4871284.

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

Color convert

RGB 116 84 74 -
CMYK 0 0.28 0.36 0.55
HSL 14.29º 0.22% 0.37% -
HSV(B) 14.29º 0.36% 0.45% -
XYZ 11.61 10.55 7.9 -
YUV 92.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 116 84 74 0 0.28 0.36 0.55 14.29 0.22 0.37
Hex 74 54 4A 0 1C 24 37 E 16 25
Octal 164 124 112 0 34 44 67 16 26 45
Binary 1110100 1010100 1001010 0 11100 100100 110111 1110 10110 100101

Color Harmonies of #74544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74544A

Black with #74544A

Text Example


Text Example

White with #74544A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74544A; }

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

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

background-color css

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

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

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

border-color css

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

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

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