#782C19

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

Shades of Pueblo #782C19

Tints of Pueblo #782C19

Color information

#782C19 (or 0x782C19) is unknown color: approx Pueblo. HEX triplet: 78, 2C and 19. RGB value is (120,44,25). Sum of RGB (Red+Green+Blue) = 120+44+25=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #782C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782C19 is #87D3E6. Grayscale: #404040. Windows color (decimal): -8901607 or 1649784. OLE color: 1649784.

HSL color Cylindrical-coordinate representation of color #782C19: hue angle of 12º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #782C19 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1204425-
CMYK00.630.790.53
HSL12º65.52%28.43%-
HSV(B)12º79.17%47.06%-
XYZ8.825.861.59-
YUV64.56105.68167.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 44 (17.58% from 255) = 23.28%
BLUE value IS 25 (10.16% from 255) = 13.23%
R=63.49%
G=23.28%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120442500.630.790.531265.5228.43
Hex782C1903F4F35c421c
Octal1705431077117651410234
Binary111100010110011001011111110011111101011100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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