#782D18

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

Shades of Pueblo #782D18

Tints of Pueblo #782D18

Color information

#782D18 (or 0x782D18) is unknown color: approx Pueblo. HEX triplet: 78, 2D and 18. RGB value is (120,45,24). Sum of RGB (Red+Green+Blue) = 120+45+24=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 24 (9.77% from 255 or 12.70% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #782D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782D18 is #87D2E7. Grayscale: #414141. Windows color (decimal): -8901352 or 1584504. OLE color: 1584504.

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

Color convert

RGB1204524-
CMYK00.630.80.53
HSL13.13º66.67%28.24%-
HSV(B)13.13º80%47.06%-
XYZ8.855.941.54-
YUV65.03104.85167.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 45 (17.97% from 255) = 23.81%
BLUE value IS 24 (9.77% from 255) = 12.70%
R=63.49%
G=23.81%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.8
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120452400.630.80.5313.1366.6728.24
Hex782D1803F5035d431c
Octal1705530077120651510334
Binary111100010110111000011111110100001101011101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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