#773121

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

Shades of Pueblo #773121

Tints of Pueblo #773121

Color information

#773121 (or 0x773121) is unknown color: approx Pueblo. HEX triplet: 77, 31 and 21. RGB value is (119,49,33). Sum of RGB (Red+Green+Blue) = 119+49+33=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #773121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773121 is #88CEDE. Grayscale: #444444. Windows color (decimal): -8965855 or 2175351. OLE color: 2175351.

HSL color Cylindrical-coordinate representation of color #773121: hue angle of 11.16º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #773121 is Cyan = 0, Magento = 0.59, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1194933-
CMYK00.590.720.53
HSL11.16º56.58%29.8%-
HSV(B)11.16º72.27%46.67%-
XYZ8.986.232.17-
YUV68.11108.19164.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.20%
GREEN value IS 49 (19.53% from 255) = 24.38%
BLUE value IS 33 (13.28% from 255) = 16.42%
R=59.20%
G=24.38%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119493300.590.720.5311.1656.5829.8
Hex77312103B4835b391e
Octal167614107311065137136
Binary111011111000110000101110111001000110101101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773121; }

 p { color: rgb(119,49,33); }

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

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

 a { background-color: rgb(119,49,33); }

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

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

 span { border-color: rgb(119,49,33); }

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