#792D21

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

Shades of Pueblo #792D21

Tints of Pueblo #792D21

Color information

#792D21 (or 0x792D21) is unknown color: approx Pueblo. HEX triplet: 79, 2D and 21. RGB value is (121,45,33). Sum of RGB (Red+Green+Blue) = 121+45+33=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #792D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792D21 is #86D2DE. Grayscale: #424242. Windows color (decimal): -8835807 or 2174329. OLE color: 2174329.

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

Color convert

RGB1214533-
CMYK00.630.730.53
HSL8.18º57.14%30.2%-
HSV(B)8.18º72.73%47.45%-
XYZ9.16.052.13-
YUV66.36109.18166.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.80%
GREEN value IS 45 (17.97% from 255) = 22.61%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=60.80%
G=22.61%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121453300.630.730.538.1857.1430.2
Hex792D2103F49358391e
Octal171554107711165107136
Binary111100110110110000101111111001001110101100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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