#793321

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

Shades of Pueblo #793321

Tints of Pueblo #793321

Color information

#793321 (or 0x793321) is unknown color: approx Pueblo. HEX triplet: 79, 33 and 21. RGB value is (121,51,33). Sum of RGB (Red+Green+Blue) = 121+51+33=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #793321 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793321 is #86CCDE. Grayscale: #464646. Windows color (decimal): -8834271 or 2175865. OLE color: 2175865.

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

Color convert

RGB1215133-
CMYK00.580.730.53
HSL12.27º57.14%30.2%-
HSV(B)12.27º72.73%47.45%-
XYZ9.346.542.21-
YUV69.88107.19164.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.02%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=59.02%
G=24.88%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121513300.580.730.5312.2757.1430.2
Hex79332103A4935c391e
Octal171634107211165147136
Binary111100111001110000101110101001001110101110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793321; }

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

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

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

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

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

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

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

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