#782810

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

Shades of Pueblo #782810

Tints of Pueblo #782810

Color information

#782810 (or 0x782810) is unknown color: approx Pueblo. HEX triplet: 78, 28 and 10. RGB value is (120,40,16). Sum of RGB (Red+Green+Blue) = 120+40+16=176 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.18% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 120 - color contains mainly: red. Hex color #782810 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782810 is #87D7EF. Grayscale: #3D3D3D. Windows color (decimal): -8902640 or 1058936. OLE color: 1058936.

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

Color convert

RGB1204016-
CMYK00.670.870.53
HSL13.85º76.47%26.67%-
HSV(B)13.85º86.67%47.06%-
XYZ8.65.551.11-
YUV61.18102.5169.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.18%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 16 (6.64% from 255) = 9.09%
R=68.18%
G=22.73%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120401600.670.870.5313.8576.4726.67
Hex7828100435735e4c1b
Octal17050200103127651611433
Binary1111000101000100000100001110101111101011110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782810; }

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

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

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

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

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

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

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

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