#782D1E

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

Shades of Pueblo #782D1E

Tints of Pueblo #782D1E

Color information

#782D1E (or 0x782D1E) is unknown color: approx Pueblo. HEX triplet: 78, 2D and 1E. RGB value is (120,45,30). Sum of RGB (Red+Green+Blue) = 120+45+30=195 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.54% from 195); Green value is 45 (17.97% from 255 or 23.08% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 120 - color contains mainly: red. Hex color #782D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D1E is #87D2E1. Grayscale: #414141. Windows color (decimal): -8901346 or 1977720. OLE color: 1977720.

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

Color convert

RGB1204530-
CMYK00.630.750.53
HSL10º60%29.41%-
HSV(B)10º75%47.06%-
XYZ8.925.961.91-
YUV65.71107.85166.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.54%
GREEN value IS 45 (17.97% from 255) = 23.08%
BLUE value IS 30 (12.11% from 255) = 15.38%
R=61.54%
G=23.08%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120453000.630.750.53106029.41
Hex782D1E03F4B35a3c1d
Octal170553607711365127435
Binary11110001011011111001111111001011110101101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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