#773528

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

Shades of Pueblo #773528

Tints of Pueblo #773528

Color information

#773528 (or 0x773528) is unknown color: approx Pueblo. HEX triplet: 77, 35 and 28. RGB value is (119,53,40). Sum of RGB (Red+Green+Blue) = 119+53+40=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #773528 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773528 is #88CAD7. Grayscale: #474747. Windows color (decimal): -8964824 or 2635127. OLE color: 2635127.

HSL color Cylindrical-coordinate representation of color #773528: hue angle of 9.87º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #773528 is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1195340-
CMYK00.550.660.53
HSL9.87º49.69%31.18%-
HSV(B)9.87º66.39%46.67%-
XYZ9.266.622.8-
YUV71.25110.37162.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.13%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 40 (16.02% from 255) = 18.87%
R=56.13%
G=25%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119534000.550.660.539.8749.6931.18
Hex7735280374235a321f
Octal167655006710265126237
Binary111011111010110100001101111000010110101101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773528; }

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

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

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

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

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

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

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

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