#793320

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

Shades of Pueblo #793320

Tints of Pueblo #793320

Color information

#793320 (or 0x793320) is unknown color: approx Pueblo. HEX triplet: 79, 33 and 20. RGB value is (121,51,32). Sum of RGB (Red+Green+Blue) = 121+51+32=204 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.31% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 121 - color contains mainly: red. Hex color #793320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793320 is #86CCDF. Grayscale: #454545. Windows color (decimal): -8834272 or 2110329. OLE color: 2110329.

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

Color convert

RGB1215132-
CMYK00.580.740.53
HSL12.81º58.17%30%-
HSV(B)12.81º73.55%47.45%-
XYZ9.336.542.14-
YUV69.76106.69164.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.31%
GREEN value IS 51 (20.31% from 255) = 25%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=59.31%
G=25%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121513200.580.740.5312.8158.1730
Hex79332003A4A35d3a1e
Octal171634007211265157236
Binary111100111001110000001110101001010110101110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793320; }

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

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

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

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

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

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

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

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