#782813

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

Shades of Pueblo #782813

Tints of Pueblo #782813

Color information

#782813 (or 0x782813) is unknown color: approx Pueblo. HEX triplet: 78, 28 and 13. RGB value is (120,40,19). Sum of RGB (Red+Green+Blue) = 120+40+19=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #782813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782813 is #87D7EC. Grayscale: #3D3D3D. Windows color (decimal): -8902637 or 1255544. OLE color: 1255544.

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

Color convert

RGB1204019-
CMYK00.670.840.53
HSL12.48º72.66%27.25%-
HSV(B)12.48º84.17%47.06%-
XYZ8.625.561.23-
YUV61.53104169.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.04%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 19 (7.81% from 255) = 10.61%
R=67.04%
G=22.35%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.84
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120401900.670.840.5312.4872.6627.25
Hex7828130435435c491b
Octal17050230103124651411133
Binary1111000101000100110100001110101001101011100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782813; }

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

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

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

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

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

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

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

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