#782819

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

Shades of Pueblo #782819

Tints of Pueblo #782819

Color information

#782819 (or 0x782819) is unknown color: approx Pueblo. HEX triplet: 78, 28 and 19. RGB value is (120,40,25). Sum of RGB (Red+Green+Blue) = 120+40+25=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 40 (16.02% from 255 or 21.62% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #782819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782819 is #87D7E6. Grayscale: #3E3E3E. Windows color (decimal): -8902631 or 1648760. OLE color: 1648760.

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

Color convert

RGB1204025-
CMYK00.670.790.53
HSL9.47º65.52%28.43%-
HSV(B)9.47º79.17%47.06%-
XYZ8.685.581.54-
YUV62.21107169.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.86%
GREEN value IS 40 (16.02% from 255) = 21.62%
BLUE value IS 25 (10.16% from 255) = 13.51%
R=64.86%
G=21.62%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120402500.670.790.539.4765.5228.43
Hex7828190434F359421c
Octal17050310103117651110234
Binary1111000101000110010100001110011111101011001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782819; }

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

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

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

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

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

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

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

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