#793022

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

Shades of Pueblo #793022

Tints of Pueblo #793022

Color information

#793022 (or 0x793022) is unknown color: approx Pueblo. HEX triplet: 79, 30 and 22. RGB value is (121,48,34). Sum of RGB (Red+Green+Blue) = 121+48+34=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #793022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793022 is #86CFDD. Grayscale: #444444. Windows color (decimal): -8835038 or 2240633. OLE color: 2240633.

HSL color Cylindrical-coordinate representation of color #793022: hue angle of 9.66º 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 #793022 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1214834-
CMYK00.600.720.53
HSL9.66º56.13%30.39%-
HSV(B)9.66º71.9%47.45%-
XYZ9.236.292.24-
YUV68.23108.68165.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.61%
GREEN value IS 48 (19.14% from 255) = 23.65%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=59.61%
G=23.65%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121483400.600.720.539.6656.1330.39
Hex79302203C4835a381e
Octal171604207411065127036
Binary111100111000010001001111001001000110101101011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793022; }

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

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

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

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

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

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

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

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