#792E21

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

Shades of Pueblo #792E21

Tints of Pueblo #792E21

Color information

#792E21 (or 0x792E21) is unknown color: approx Pueblo. HEX triplet: 79, 2E and 21. RGB value is (121,46,33). Sum of RGB (Red+Green+Blue) = 121+46+33=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 46 (18.36% from 255 or 23% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #792E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792E21 is #86D1DE. Grayscale: #434343. Windows color (decimal): -8835551 or 2174585. OLE color: 2174585.

HSL color Cylindrical-coordinate representation of color #792E21: hue angle of 8.86º 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 #792E21 is Cyan = 0, Magento = 0.62, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1214633-
CMYK00.620.730.53
HSL8.86º57.14%30.2%-
HSV(B)8.86º72.73%47.45%-
XYZ9.146.132.14-
YUV66.94108.85166.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.5%
GREEN value IS 46 (18.36% from 255) = 23%
BLUE value IS 33 (13.28% from 255) = 16.5%
R=60.5%
G=23%
B=16.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121463300.620.730.538.8657.1430.2
Hex792E2103E49359391e
Octal171564107611165117136
Binary111100110111010000101111101001001110101100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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