#782d1c

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

Shades of Pueblo #782D1C

Tints of Pueblo #782D1C

Color information

#782D1C (or 0x782D1C) is unknown color: approx Pueblo. HEX triplet: 78, 2D and 1C. RGB value is (120,45,28). Sum of RGB (Red+Green+Blue) = 120+45+28=193 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.18% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 120 - color contains mainly: red. Hex color #782D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D1C is #87D2E3. Grayscale: #414141. Windows color (decimal): -8901348 or 1846648. OLE color: 1846648.

HSL color Cylindrical-coordinate representation of color #782D1C: hue angle of 11.09º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #782D1C is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.53.

Color convert

RGB1204528-
CMYK00.630.770.53
HSL11.09º62.16%29.02%-
HSV(B)11.09º76.67%47.06%-
XYZ8.895.951.78-
YUV65.49106.85166.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.18%
GREEN value IS 45 (17.97% from 255) = 23.32%
BLUE value IS 28 (11.33% from 255) = 14.51%
R=62.18%
G=23.32%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120452800.630.770.5311.0962.1629.02
Hex782D1C03F4D35b3e1d
Octal170553407711565137635
Binary11110001011011110001111111001101110101101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782d1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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