Html Css Color HEX #752E29 Lusty

📋 copy color: '#752E29'

red 117 ◦ green 46 ◦ blue 41

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

Shades of Lusty #752E29

Tints of Lusty #752E29

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.55%

 BLUE value IS 41 (16.41% from 255) = 20.1%

R = 57.35%
G = 22.55%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#752E29 (or 0x752E29) is known color: Lusty. HEX triplet: 75, 2E and 29. RGB value is (117,46,41). Sum of RGB (Red+Green+Blue) = 117+46+41=204 (27% of max value = 765). Red value is 117 (46.09% from 255 or 57.35% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 41 (16.41% from 255 or 20.10% from 204); Max value from RGB is 117 - color contains mainly: red. Hex color #752E29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E29 is #8AD1D6. Grayscale: #424242. Windows color (decimal): -9097687 or 2698869. OLE color: 2698869.

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

Color convert

RGB 117 46 41 -
CMYK 0 0.61 0.65 0.54
HSL 3.95º 0.48% 0.31% -
HSV(B) 3.95º 0.65% 0.46% -
XYZ 8.71 5.9 2.78 -
YUV 66.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 117 46 41 0 0.61 0.65 0.54 3.95 0.48 0.31
Hex 75 2E 29 0 3D 41 36 4 30 1F
Octal 165 56 51 0 75 101 66 4 60 37
Binary 1110101 101110 101001 0 111101 1000001 110110 100 110000 11111

Color Harmonies of #752E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752E29

Black with #752E29

Text Example


Text Example

White with #752E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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