#793220

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

Shades of Pueblo #793220

Tints of Pueblo #793220

Color information

#793220 (or 0x793220) is unknown color: approx Pueblo. HEX triplet: 79, 32 and 20. RGB value is (121,50,32). Sum of RGB (Red+Green+Blue) = 121+50+32=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #793220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793220 is #86CDDF. Grayscale: #454545. Windows color (decimal): -8834528 or 2110073. OLE color: 2110073.

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

Color convert

RGB1215032-
CMYK00.590.740.53
HSL12.13º58.17%30%-
HSV(B)12.13º73.55%47.45%-
XYZ9.296.452.12-
YUV69.18107.02164.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 59.61%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 32 (12.89% from 255) = 15.76%
R=59.61%
G=24.63%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121503200.590.740.5312.1358.1730
Hex79322003B4A35c3a1e
Octal171624007311265147236
Binary111100111001010000001110111001010110101110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793220; }

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

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

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

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

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

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

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

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