#773521

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

Shades of Pueblo #773521

Tints of Pueblo #773521

Color information

#773521 (or 0x773521) is unknown color: approx Pueblo. HEX triplet: 77, 35 and 21. RGB value is (119,53,33). Sum of RGB (Red+Green+Blue) = 119+53+33=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 53 (21.09% from 255 or 25.85% from 205); Blue value is 33 (13.28% from 255 or 16.10% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #773521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773521 is #88CADE. Grayscale: #464646. Windows color (decimal): -8964831 or 2176375. OLE color: 2176375.

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

Color convert

RGB1195333-
CMYK00.550.720.53
HSL13.95º56.58%29.8%-
HSV(B)13.95º72.27%46.67%-
XYZ9.166.582.23-
YUV70.45106.87162.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 53 (21.09% from 255) = 25.85%
BLUE value IS 33 (13.28% from 255) = 16.10%
R=58.05%
G=25.85%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119533300.550.720.5313.9556.5829.8
Hex7735210374835e391e
Octal167654106711065167136
Binary111011111010110000101101111001000110101111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773521; }

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

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

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

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

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

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

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

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