#782816

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

Shades of Pueblo #782816

Tints of Pueblo #782816

Color information

#782816 (or 0x782816) is unknown color: approx Pueblo. HEX triplet: 78, 28 and 16. RGB value is (120,40,22). Sum of RGB (Red+Green+Blue) = 120+40+22=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #782816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782816 is #87D7E9. Grayscale: #3E3E3E. Windows color (decimal): -8902634 or 1452152. OLE color: 1452152.

HSL color Cylindrical-coordinate representation of color #782816: hue angle of 11.02º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #782816 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1204022-
CMYK00.670.820.53
HSL11.02º69.01%27.84%-
HSV(B)11.02º81.67%47.06%-
XYZ8.655.571.38-
YUV61.87105.5169.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.93%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=65.93%
G=21.98%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120402200.670.820.5311.0269.0127.84
Hex7828160435235b451c
Octal17050260103122651310534
Binary1111000101000101100100001110100101101011011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782816; }

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

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

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

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

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

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

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

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