Html Css Color HEX #752F2C Lusty

📋 copy color: '#752F2C'

red 117 ◦ green 47 ◦ blue 44

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

Shades of Lusty #752F2C

Tints of Lusty #752F2C

RGB

 RED value IS 117 (46.09% from 255) = 56.25%

 GREEN value IS 47 (18.75% from 255) = 22.6%

 BLUE value IS 44 (17.58% from 255) = 21.15%

R = 56.25%
G = 22.6%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.54

RGB Variations

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

Color information

#752F2C (or 0x752F2C) is known color: Lusty. HEX triplet: 75, 2F and 2C. RGB value is (117,47,44). Sum of RGB (Red+Green+Blue) = 117+47+44=208 (27% of max value = 765). Red value is 117 (46.09% from 255 or 56.25% from 208); Green value is 47 (18.75% from 255 or 22.60% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 117 - color contains mainly: red. Hex color #752F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752F2C is #8AD0D3. Grayscale: #434343. Windows color (decimal): -9097428 or 2895733. OLE color: 2895733.

HSL color Cylindrical-coordinate representation of color #752F2C: hue angle of 2.47º 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 #752F2C is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 47 44 -
CMYK 0 0.60 0.62 0.54
HSL 2.47º 0.45% 0.32% -
HSV(B) 2.47º 0.62% 0.46% -
XYZ 8.81 6 3.08 -
YUV 67.59 114.69 163.24 -
System Red Green Blue C M Y K H S L
Decimal 117 47 44 0 0.60 0.62 0.54 2.47 0.45 0.32
Hex 75 2F 2C 0 3C 3E 36 2 2D 20
Octal 165 57 54 0 74 76 66 2 55 40
Binary 1110101 101111 101100 0 111100 111110 110110 10 101101 100000

Color Harmonies of #752F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752F2C

Black with #752F2C

Text Example


Text Example

White with #752F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #752F2C;
 }
 .AnyTagClassName
 {
   color: #752F2C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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