Html Css Color HEX #734D40 Spice

📋 copy color: '#734D40'

red 115 ◦ green 77 ◦ blue 64

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

Shades of Spice #734D40

Tints of Spice #734D40

RGB

 RED value IS 115 (45.31% from 255) = 44.92%

 GREEN value IS 77 (30.47% from 255) = 30.08%

 BLUE value IS 64 (25.39% from 255) = 25%

R = 44.92%
G = 30.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#734D40 (or 0x734D40) is known color: Spice. HEX triplet: 73, 4D and 40. RGB value is (115,77,64). Sum of RGB (Red+Green+Blue) = 115+77+64=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #734D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734D40 is #8CB2BF. Grayscale: #565656. Windows color (decimal): -9220800 or 4214131. OLE color: 4214131.

HSL color Cylindrical-coordinate representation of color #734D40: hue angle of 15.29º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #734D40 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 77 64 -
CMYK 0 0.33 0.44 0.55
HSL 15.29º 0.28% 0.35% -
HSV(B) 15.29º 0.44% 0.45% -
XYZ 10.65 9.32 6.09 -
YUV 86.88 115.09 148.06 -
System Red Green Blue C M Y K H S L
Decimal 115 77 64 0 0.33 0.44 0.55 15.29 0.28 0.35
Hex 73 4D 40 0 21 2C 37 F 1C 23
Octal 163 115 100 0 41 54 67 17 34 43
Binary 1110011 1001101 1000000 0 100001 101100 110111 1111 11100 100011

Color Harmonies of #734D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734D40

Black with #734D40

Text Example


Text Example

White with #734D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734D40; }

 p { color: rgb(115,77,64); }

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

background-color css

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

 a { background-color: rgb(115,77,64); }

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

border-color css

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

 span { border-color: rgb(115,77,64); }

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