#773724

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

Shades of Pueblo #773724

Tints of Pueblo #773724

Color information

#773724 (or 0x773724) is unknown color: approx Pueblo. HEX triplet: 77, 37 and 24. RGB value is (119,55,36). Sum of RGB (Red+Green+Blue) = 119+55+36=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 55 (21.88% from 255 or 26.19% from 210); Blue value is 36 (14.45% from 255 or 17.14% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #773724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773724 is #88C8DB. Grayscale: #484848. Windows color (decimal): -8964316 or 2373495. OLE color: 2373495.

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

Color convert

RGB1195536-
CMYK00.540.700.53
HSL13.73º53.55%30.39%-
HSV(B)13.73º69.75%46.67%-
XYZ9.296.782.49-
YUV71.97107.7161.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 55 (21.88% from 255) = 26.19%
BLUE value IS 36 (14.45% from 255) = 17.14%
R=56.67%
G=26.19%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119553600.540.700.5313.7353.5530.39
Hex7737240364635e361e
Octal167674406610665166636
Binary111011111011110010001101101000110110101111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773724; }

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

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

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

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

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

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

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

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