#773224

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

Shades of Pueblo #773224

Tints of Pueblo #773224

Color information

#773224 (or 0x773224) is unknown color: approx Pueblo. HEX triplet: 77, 32 and 24. RGB value is (119,50,36). Sum of RGB (Red+Green+Blue) = 119+50+36=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #773224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773224 is #88CDDB. Grayscale: #454545. Windows color (decimal): -8965596 or 2372215. OLE color: 2372215.

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

Color convert

RGB1195036-
CMYK00.580.700.53
HSL10.12º53.55%30.39%-
HSV(B)10.12º69.75%46.67%-
XYZ9.076.332.41-
YUV69.04109.36163.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 50 (19.92% from 255) = 24.39%
BLUE value IS 36 (14.45% from 255) = 17.56%
R=58.05%
G=24.39%
B=17.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119503600.580.700.5310.1253.5530.39
Hex77322403A4635a361e
Octal167624407210665126636
Binary111011111001010010001110101000110110101101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773224; }

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

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

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

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

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

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

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

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