#792A19

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

Shades of Pueblo #792A19

Tints of Pueblo #792A19

Color information

#792A19 (or 0x792A19) is unknown color: approx Pueblo. HEX triplet: 79, 2A and 19. RGB value is (121,42,25). Sum of RGB (Red+Green+Blue) = 121+42+25=188 (24% of max value = 765). Red value is 121 (47.66% from 255 or 64.36% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 121 - color contains mainly: red. Hex color #792A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792A19 is #86D5E6. Grayscale: #3F3F3F. Windows color (decimal): -8836583 or 1649273. OLE color: 1649273.

HSL color Cylindrical-coordinate representation of color #792A19: hue angle of 10.63º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #792A19 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1214225-
CMYK00.650.790.53
HSL10.63º65.75%28.63%-
HSV(B)10.63º79.34%47.45%-
XYZ8.895.791.57-
YUV63.68106.17168.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.36%
GREEN value IS 42 (16.80% from 255) = 22.34%
BLUE value IS 25 (10.16% from 255) = 13.30%
R=64.36%
G=22.34%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121422500.650.790.5310.6365.7528.63
Hex792A190414F35b421d
Octal17152310101117651310235
Binary1111001101010110010100000110011111101011011100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,42,25); }

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

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

 a { background-color: rgb(121,42,25); }

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

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

 span { border-color: rgb(121,42,25); }

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