#782C1E

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

Shades of Pueblo #782C1E

Tints of Pueblo #782C1E

Color information

#782C1E (or 0x782C1E) is unknown color: approx Pueblo. HEX triplet: 78, 2C and 1E. RGB value is (120,44,30). Sum of RGB (Red+Green+Blue) = 120+44+30=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 44 (17.58% from 255 or 22.68% from 194); Blue value is 30 (12.11% from 255 or 15.46% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #782C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782C1E is #87D3E1. Grayscale: #414141. Windows color (decimal): -8901602 or 1977464. OLE color: 1977464.

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

Color convert

RGB1204430-
CMYK00.630.750.53
HSL9.33º60%29.41%-
HSV(B)9.33º75%47.06%-
XYZ8.885.891.9-
YUV65.13108.18167.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.86%
GREEN value IS 44 (17.58% from 255) = 22.68%
BLUE value IS 30 (12.11% from 255) = 15.46%
R=61.86%
G=22.68%
B=15.46%

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
Decimal120443000.630.750.539.336029.41
Hex782C1E03F4B3593c1d
Octal170543607711365117435
Binary11110001011001111001111111001011110101100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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