#773824

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

Shades of Pueblo #773824

Tints of Pueblo #773824

Color information

#773824 (or 0x773824) is unknown color: approx Pueblo. HEX triplet: 77, 38 and 24. RGB value is (119,56,36). Sum of RGB (Red+Green+Blue) = 119+56+36=211 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.40% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 36 (14.45% from 255 or 17.06% from 211); Max value from RGB is 119 - color contains mainly: red. Hex color #773824 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773824 is #88C7DB. Grayscale: #484848. Windows color (decimal): -8964060 or 2373751. OLE color: 2373751.

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

Color convert

RGB1195636-
CMYK00.530.700.53
HSL14.46º53.55%30.39%-
HSV(B)14.46º69.75%46.67%-
XYZ9.346.882.5-
YUV72.56107.37161.13-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.40%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 36 (14.45% from 255) = 17.06%
R=56.40%
G=26.54%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119563600.530.700.5314.4653.5530.39
Hex7738240354635e361e
Octal167704406510665166636
Binary111011111100010010001101011000110110101111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773824; }

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

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

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

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

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

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

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

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