#773524

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

Shades of Pueblo #773524

Tints of Pueblo #773524

Color information

#773524 (or 0x773524) is unknown color: approx Pueblo. HEX triplet: 77, 35 and 24. RGB value is (119,53,36). Sum of RGB (Red+Green+Blue) = 119+53+36=208 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.21% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 119 - color contains mainly: red. Hex color #773524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773524 is #88CADB. Grayscale: #464646. Windows color (decimal): -8964828 or 2372983. OLE color: 2372983.

HSL color Cylindrical-coordinate representation of color #773524: hue angle of 12.29º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #773524 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB1195336-
CMYK00.550.700.53
HSL12.29º53.55%30.39%-
HSV(B)12.29º69.75%46.67%-
XYZ9.26.62.46-
YUV70.8108.37162.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 57.21%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 36 (14.45% from 255) = 17.31%
R=57.21%
G=25.48%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119533600.550.700.5312.2953.5530.39
Hex7735240374635c361e
Octal167654406710665146636
Binary111011111010110010001101111000110110101110011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773524; }

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

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

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

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

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

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

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

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