#773320

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

Shades of Pueblo #773320

Tints of Pueblo #773320

Color information

#773320 (or 0x773320) is unknown color: approx Pueblo. HEX triplet: 77, 33 and 20. RGB value is (119,51,32). Sum of RGB (Red+Green+Blue) = 119+51+32=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #773320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773320 is #88CCDF. Grayscale: #454545. Windows color (decimal): -8965344 or 2110327. OLE color: 2110327.

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

Color convert

RGB1195132-
CMYK00.570.730.53
HSL13.1º57.62%29.61%-
HSV(B)13.1º73.11%46.67%-
XYZ9.056.392.12-
YUV69.17107.03163.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.91%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 32 (12.89% from 255) = 15.84%
R=58.91%
G=25.25%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119513200.570.730.5313.157.6229.61
Hex7733200394935d3a1e
Octal167634007111165157236
Binary111011111001110000001110011001001110101110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773320; }

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

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

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

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

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

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

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

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