#782815

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

Shades of Pueblo #782815

Tints of Pueblo #782815

Color information

#782815 (or 0x782815) is unknown color: approx Pueblo. HEX triplet: 78, 28 and 15. RGB value is (120,40,21). Sum of RGB (Red+Green+Blue) = 120+40+21=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 40 (16.02% from 255 or 22.10% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #782815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782815 is #87D7EA. Grayscale: #3D3D3D. Windows color (decimal): -8902635 or 1386616. OLE color: 1386616.

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

Color convert

RGB1204021-
CMYK00.670.830.53
HSL11.52º70.21%27.65%-
HSV(B)11.52º82.5%47.06%-
XYZ8.645.561.33-
YUV61.75105169.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 40 (16.02% from 255) = 22.10%
BLUE value IS 21 (8.59% from 255) = 11.60%
R=66.30%
G=22.10%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120402100.670.830.5311.5270.2127.65
Hex7828150435335c461c
Octal17050250103123651410634
Binary1111000101000101010100001110100111101011100100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782815; }

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

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

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

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

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

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

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

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