#782B16

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

Shades of Pueblo #782B16

Tints of Pueblo #782B16

Color information

#782B16 (or 0x782B16) is unknown color: approx Pueblo. HEX triplet: 78, 2B and 16. RGB value is (120,43,22). Sum of RGB (Red+Green+Blue) = 120+43+22=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 22 (8.98% from 255 or 11.89% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #782B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782B16 is #87D4E9. Grayscale: #3F3F3F. Windows color (decimal): -8901866 or 1452920. OLE color: 1452920.

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

Color convert

RGB1204322-
CMYK00.640.820.53
HSL12.86º69.01%27.84%-
HSV(B)12.86º81.67%47.06%-
XYZ8.755.781.41-
YUV63.63104.51168.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.86%
GREEN value IS 43 (17.19% from 255) = 23.24%
BLUE value IS 22 (8.98% from 255) = 11.89%
R=64.86%
G=23.24%
B=11.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120432200.640.820.5312.8669.0127.84
Hex782B160405235d451c
Octal17053260100122651510534
Binary1111000101011101100100000010100101101011101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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