#793020

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

Shades of Pueblo #793020

Tints of Pueblo #793020

Color information

#793020 (or 0x793020) is unknown color: approx Pueblo. HEX triplet: 79, 30 and 20. RGB value is (121,48,32). Sum of RGB (Red+Green+Blue) = 121+48+32=201 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.20% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 121 - color contains mainly: red. Hex color #793020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793020 is #86CFDF. Grayscale: #444444. Windows color (decimal): -8835040 or 2109561. OLE color: 2109561.

HSL color Cylindrical-coordinate representation of color #793020: hue angle of 10.79º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #793020 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1214832-
CMYK00.600.740.53
HSL10.79º58.17%30%-
HSV(B)10.79º73.55%47.45%-
XYZ9.26.282.09-
YUV68107.68165.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 60.20%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=60.20%
G=23.88%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121483200.600.740.5310.7958.1730
Hex79302003C4A35b3a1e
Octal171604007411265137236
Binary111100111000010000001111001001010110101101111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793020; }

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

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

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

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

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

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

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

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