#773328

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

Shades of Pueblo #773328

Tints of Pueblo #773328

Color information

#773328 (or 0x773328) is unknown color: approx Pueblo. HEX triplet: 77, 33 and 28. RGB value is (119,51,40). Sum of RGB (Red+Green+Blue) = 119+51+40=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 51 (20.31% from 255 or 24.29% from 210); Blue value is 40 (16.02% from 255 or 19.05% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #773328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773328 is #88CCD7. Grayscale: #464646. Windows color (decimal): -8965336 or 2634615. OLE color: 2634615.

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

Color convert

RGB1195140-
CMYK00.570.660.53
HSL8.35º49.69%31.18%-
HSV(B)8.35º66.39%46.67%-
XYZ9.176.442.77-
YUV70.08111.03162.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 56.67%
GREEN value IS 51 (20.31% from 255) = 24.29%
BLUE value IS 40 (16.02% from 255) = 19.05%
R=56.67%
G=24.29%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119514000.570.660.538.3549.6931.18
Hex77332803942358321f
Octal167635007110265106237
Binary111011111001110100001110011000010110101100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773328; }

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

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

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

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

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

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

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

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