#792D22

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

Shades of Lusty #792D22

Tints of Lusty #792D22

Color information

#792D22 (or 0x792D22) is unknown color: approx Lusty. HEX triplet: 79, 2D and 22. RGB value is (121,45,34). Sum of RGB (Red+Green+Blue) = 121+45+34=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #792D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792D22 is #86D2DD. Grayscale: #424242. Windows color (decimal): -8835806 or 2239865. OLE color: 2239865.

HSL color Cylindrical-coordinate representation of color #792D22: hue angle of 7.59º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #792D22 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1214534-
CMYK00.630.720.53
HSL7.59º56.13%30.39%-
HSV(B)7.59º71.9%47.45%-
XYZ9.116.062.2-
YUV66.47109.68166.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.5%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 34 (13.67% from 255) = 17%
R=60.5%
G=22.5%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121453400.630.720.537.5956.1330.39
Hex792D2203F48358381e
Octal171554207711065107036
Binary111100110110110001001111111001000110101100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792D22; }

 p { color: rgb(121,45,34); }

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

<style>
 a { background-color: #792D22; }

 a { background-color: rgb(121,45,34); }

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

<style>
 span { border-color: #792D22; }

 span { border-color: rgb(121,45,34); }

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