#783221

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

Shades of Pueblo #783221

Tints of Pueblo #783221

Color information

#783221 (or 0x783221) is unknown color: approx Pueblo. HEX triplet: 78, 32 and 21. RGB value is (120,50,33). Sum of RGB (Red+Green+Blue) = 120+50+33=203 (26% of max value = 765). Red value is 120 (47.27% from 255 or 59.11% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 120 - color contains mainly: red. Hex color #783221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783221 is #87CDDE. Grayscale: #454545. Windows color (decimal): -8900063 or 2175608. OLE color: 2175608.

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

Color convert

RGB1205033-
CMYK00.580.720.53
HSL11.72º56.86%30%-
HSV(B)11.72º72.5%47.06%-
XYZ9.166.382.19-
YUV68.99107.69164.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 59.11%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 33 (13.28% from 255) = 16.26%
R=59.11%
G=24.63%
B=16.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120503300.580.720.5311.7256.8630
Hex78322103A4835c391e
Octal170624107211065147136
Binary111100011001010000101110101001000110101110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783221; }

 p { color: rgb(120,50,33); }

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

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

 a { background-color: rgb(120,50,33); }

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

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

 span { border-color: rgb(120,50,33); }

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