#752E2C

Color #752E2C Lusty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lusty #752E2C

Tints of Lusty #752E2C

Color information

#752E2C (or 0x752E2C) is unknown color: approx Lusty. HEX triplet: 75, 2E and 2C. RGB value is (117,46,44). Sum of RGB (Red+Green+Blue) = 117+46+44=207 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.52% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 117 - color contains mainly: red. Hex color #752E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E2C is #8AD1D3. Grayscale: #434343. Windows color (decimal): -9097684 or 2895477. OLE color: 2895477.

HSL color Cylindrical-coordinate representation of color #752E2C: hue angle of 1.64º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #752E2C is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1174644-
CMYK00.610.620.54
HSL1.64º45.34%31.57%-
HSV(B)1.64º62.39%45.88%-
XYZ8.775.923.06-
YUV67115.02163.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 56.52%
GREEN value IS 46 (18.36% from 255) = 22.22%
BLUE value IS 44 (17.58% from 255) = 21.26%
R=56.52%
G=22.22%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117464400.610.620.541.6445.3431.57
Hex752E2C03D3E3622d20
Octal1655654075766625540
Binary1110101101110101100011110111111011011010101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752E2C; }

 p { color: rgb(117,46,44); }

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

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

 a { background-color: rgb(117,46,44); }

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

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

 span { border-color: rgb(117,46,44); }

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