#782D21

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

Shades of Pueblo #782D21

Tints of Pueblo #782D21

Color information

#782D21 (or 0x782D21) is unknown color: approx Pueblo. HEX triplet: 78, 2D and 21. RGB value is (120,45,33). Sum of RGB (Red+Green+Blue) = 120+45+33=198 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.61% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 120 - color contains mainly: red. Hex color #782D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D21 is #87D2DE. Grayscale: #424242. Windows color (decimal): -8901343 or 2174328. OLE color: 2174328.

HSL color Cylindrical-coordinate representation of color #782D21: hue angle of 8.28º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782D21 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1204533-
CMYK00.630.720.53
HSL8.28º56.86%30%-
HSV(B)8.28º72.5%47.06%-
XYZ8.965.982.12-
YUV66.06109.35166.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.61%
GREEN value IS 45 (17.97% from 255) = 22.73%
BLUE value IS 33 (13.28% from 255) = 16.67%
R=60.61%
G=22.73%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120453300.630.720.538.2856.8630
Hex782D2103F48358391e
Octal170554107711065107136
Binary111100010110110000101111111001000110101100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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