#782B18

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

Shades of Pueblo #782B18

Tints of Pueblo #782B18

Color information

#782B18 (or 0x782B18) is unknown color: approx Pueblo. HEX triplet: 78, 2B and 18. RGB value is (120,43,24). Sum of RGB (Red+Green+Blue) = 120+43+24=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 43 (17.19% from 255 or 22.99% from 187); Blue value is 24 (9.77% from 255 or 12.83% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #782B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782B18 is #87D4E7. Grayscale: #404040. Windows color (decimal): -8901864 or 1583992. OLE color: 1583992.

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

Color convert

RGB1204324-
CMYK00.640.80.53
HSL11.88º66.67%28.24%-
HSV(B)11.88º80%47.06%-
XYZ8.775.791.52-
YUV63.86105.51168.04-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.17%
GREEN value IS 43 (17.19% from 255) = 22.99%
BLUE value IS 24 (9.77% from 255) = 12.83%
R=64.17%
G=22.99%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120432400.640.80.5311.8866.6728.24
Hex782B180405035c431c
Octal17053300100120651410334
Binary1111000101011110000100000010100001101011100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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