#782C20

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

Shades of Pueblo #782C20

Tints of Pueblo #782C20

Color information

#782C20 (or 0x782C20) is unknown color: approx Pueblo. HEX triplet: 78, 2C and 20. RGB value is (120,44,32). Sum of RGB (Red+Green+Blue) = 120+44+32=196 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.22% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 32 (12.89% from 255 or 16.33% from 196); Max value from RGB is 120 - color contains mainly: red. Hex color #782C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782C20 is #87D3DF. Grayscale: #414141. Windows color (decimal): -8901600 or 2108536. OLE color: 2108536.

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

Color convert

RGB1204432-
CMYK00.630.730.53
HSL8.18º57.89%29.8%-
HSV(B)8.18º73.33%47.06%-
XYZ8.915.92.04-
YUV65.36109.18166.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.22%
GREEN value IS 44 (17.58% from 255) = 22.45%
BLUE value IS 32 (12.89% from 255) = 16.33%
R=61.22%
G=22.45%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120443200.630.730.538.1857.8929.8
Hex782C2003F493583a1e
Octal170544007711165107236
Binary111100010110010000001111111001001110101100011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782C20; }

 p { color: rgb(120,44,32); }

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

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

 a { background-color: rgb(120,44,32); }

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

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

 span { border-color: rgb(120,44,32); }

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