#782A19

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

Shades of Pueblo #782A19

Tints of Pueblo #782A19

Color information

#782A19 (or 0x782A19) is unknown color: approx Pueblo. HEX triplet: 78, 2A and 19. RGB value is (120,42,25). Sum of RGB (Red+Green+Blue) = 120+42+25=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 42 (16.80% from 255 or 22.46% from 187); Blue value is 25 (10.16% from 255 or 13.37% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #782A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782A19 is #87D5E6. Grayscale: #3F3F3F. Windows color (decimal): -8902119 or 1649272. OLE color: 1649272.

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

Color convert

RGB1204225-
CMYK00.650.790.53
HSL10.74º65.52%28.43%-
HSV(B)10.74º79.17%47.06%-
XYZ8.755.721.56-
YUV63.38106.34168.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.17%
GREEN value IS 42 (16.80% from 255) = 22.46%
BLUE value IS 25 (10.16% from 255) = 13.37%
R=64.17%
G=22.46%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120422500.650.790.5310.7465.5228.43
Hex782A190414F35b421c
Octal17052310101117651310234
Binary1111000101010110010100000110011111101011011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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