#773323

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

Shades of Pueblo #773323

Tints of Pueblo #773323

Color information

#773323 (or 0x773323) is unknown color: approx Pueblo. HEX triplet: 77, 33 and 23. RGB value is (119,51,35). Sum of RGB (Red+Green+Blue) = 119+51+35=205 (27% of max value = 765). Red value is 119 (46.88% from 255 or 58.05% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 119 - color contains mainly: red. Hex color #773323 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773323 is #88CCDC. Grayscale: #454545. Windows color (decimal): -8965341 or 2306935. OLE color: 2306935.

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

Color convert

RGB1195135-
CMYK00.570.710.53
HSL11.43º54.55%30.2%-
HSV(B)11.43º70.59%46.67%-
XYZ9.096.412.35-
YUV69.51108.53163.3-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 58.05%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 35 (14.06% from 255) = 17.07%
R=58.05%
G=24.88%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119513500.570.710.5311.4354.5530.2
Hex7733230394735b371e
Octal167634307110765136736
Binary111011111001110001101110011000111110101101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773323; }

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

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

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

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

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

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

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

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