#793324

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

Shades of Pueblo #793324

Tints of Pueblo #793324

Color information

#793324 (or 0x793324) is unknown color: approx Pueblo. HEX triplet: 79, 33 and 24. RGB value is (121,51,36). Sum of RGB (Red+Green+Blue) = 121+51+36=208 (27% of max value = 765). Red value is 121 (47.66% from 255 or 58.17% from 208); Green value is 51 (20.31% from 255 or 24.52% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 121 - color contains mainly: red. Hex color #793324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793324 is #86CCDB. Grayscale: #464646. Windows color (decimal): -8834268 or 2372473. OLE color: 2372473.

HSL color Cylindrical-coordinate representation of color #793324: hue angle of 10.59º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #793324 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1215136-
CMYK00.580.700.53
HSL10.59º54.14%30.78%-
HSV(B)10.59º70.25%47.45%-
XYZ9.396.562.44-
YUV70.22108.69164.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 58.17%
GREEN value IS 51 (20.31% from 255) = 24.52%
BLUE value IS 36 (14.45% from 255) = 17.31%
R=58.17%
G=24.52%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121513600.580.700.5310.5954.1430.78
Hex79332403A4635b361f
Octal171634407210665136637
Binary111100111001110010001110101000110110101101111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793324; }

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

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

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

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

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

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

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

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