#773120

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

Shades of Pueblo #773120

Tints of Pueblo #773120

Color information

#773120 (or 0x773120) is unknown color: approx Pueblo. HEX triplet: 77, 31 and 20. RGB value is (119,49,32). Sum of RGB (Red+Green+Blue) = 119+49+32=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #773120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773120 is #88CEDF. Grayscale: #444444. Windows color (decimal): -8965856 or 2109815. OLE color: 2109815.

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

Color convert

RGB1194932-
CMYK00.590.730.53
HSL11.72º57.62%29.61%-
HSV(B)11.72º73.11%46.67%-
XYZ8.976.222.1-
YUV67.99107.69164.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 59.5%
GREEN value IS 49 (19.53% from 255) = 24.5%
BLUE value IS 32 (12.89% from 255) = 16%
R=59.5%
G=24.5%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119493200.590.730.5311.7257.6229.61
Hex77312003B4935c3a1e
Octal167614007311165147236
Binary111011111000110000001110111001001110101110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773120; }

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

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

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

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

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

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

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

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