#734F42

Color #734F42 Spice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spice #734F42

Tints of Spice #734F42

Color information

#734F42 (or 0x734F42) is unknown color: approx Spice. HEX triplet: 73, 4F and 42. RGB value is (115,79,66). Sum of RGB (Red+Green+Blue) = 115+79+66=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #734F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F42 is #8CB0BD. Grayscale: #585858. Windows color (decimal): -9220286 or 4345715. OLE color: 4345715.

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

Color convert

RGB1157966-
CMYK00.310.430.55
HSL15.92º27.07%35.49%-
HSV(B)15.92º42.61%45.1%-
XYZ10.859.636.44-
YUV88.28115.43147.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.23%
GREEN value IS 79 (31.25% from 255) = 30.38%
BLUE value IS 66 (26.17% from 255) = 25.38%
R=44.23%
G=30.38%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115796600.310.430.5515.9227.0735.49
Hex734F4201F2B37101b23
Octal1631171020375367203343
Binary1110011100111110000100111111010111101111000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,79,66); }

 H1.HeaderClassName
 {
   color: #734F42;
 }
 .AnyTagClassName
 {
   color: #734F42;
 }
</style>
background-color css

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

 a { background-color: rgb(115,79,66); }

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

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

 span { border-color: rgb(115,79,66); }

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