#773520

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

Shades of Pueblo #773520

Tints of Pueblo #773520

Color information

#773520 (or 0x773520) is unknown color: approx Pueblo. HEX triplet: 77, 35 and 20. RGB value is (119,53,32). Sum of RGB (Red+Green+Blue) = 119+53+32=204 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.33% from 204); Green value is 53 (21.09% from 255 or 25.98% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 119 - color contains mainly: red. Hex color #773520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773520 is #88CADF. Grayscale: #464646. Windows color (decimal): -8964832 or 2110839. OLE color: 2110839.

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

Color convert

RGB1195332-
CMYK00.550.730.53
HSL14.48º57.62%29.61%-
HSV(B)14.48º73.11%46.67%-
XYZ9.146.572.15-
YUV70.34106.37162.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.33%
GREEN value IS 53 (21.09% from 255) = 25.98%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=58.33%
G=25.98%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119533200.550.730.5314.4857.6229.61
Hex7735200374935e3a1e
Octal167654006711165167236
Binary111011111010110000001101111001001110101111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773520; }

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

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

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

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

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

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

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

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