#752E2A

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

Shades of Lusty #752E2A

Tints of Lusty #752E2A

Color information

#752E2A (or 0x752E2A) is unknown color: approx Lusty. HEX triplet: 75, 2E and 2A. RGB value is (117,46,42). Sum of RGB (Red+Green+Blue) = 117+46+42=205 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.07% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 117 - color contains mainly: red. Hex color #752E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E2A is #8AD1D5. Grayscale: #424242. Windows color (decimal): -9097686 or 2764405. OLE color: 2764405.

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

Color convert

RGB1174642-
CMYK00.610.640.54
HSL3.2º47.17%31.18%-
HSV(B)3.2º64.1%45.88%-
XYZ8.735.92.87-
YUV66.77114.02163.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.07%
GREEN value IS 46 (18.36% from 255) = 22.44%
BLUE value IS 42 (16.80% from 255) = 20.49%
R=57.07%
G=22.44%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117464200.610.640.543.247.1731.18
Hex752E2A03D403632f1f
Octal16556520751006635737
Binary1110101101110101010011110110000001101101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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