#782D1D

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

Shades of Pueblo #782D1D

Tints of Pueblo #782D1D

Color information

#782D1D (or 0x782D1D) is unknown color: approx Pueblo. HEX triplet: 78, 2D and 1D. RGB value is (120,45,29). Sum of RGB (Red+Green+Blue) = 120+45+29=194 (25% of max value = 765). Red value is 120 (47.27% from 255 or 61.86% from 194); Green value is 45 (17.97% from 255 or 23.20% from 194); Blue value is 29 (11.72% from 255 or 14.95% from 194); Max value from RGB is 120 - color contains mainly: red. Hex color #782D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782D1D is #87D2E2. Grayscale: #414141. Windows color (decimal): -8901347 or 1912184. OLE color: 1912184.

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

Color convert

RGB1204529-
CMYK00.630.760.53
HSL10.55º61.07%29.22%-
HSV(B)10.55º75.83%47.06%-
XYZ8.915.961.84-
YUV65.6107.35166.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 61.86%
GREEN value IS 45 (17.97% from 255) = 23.20%
BLUE value IS 29 (11.72% from 255) = 14.95%
R=61.86%
G=23.20%
B=14.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120452900.630.760.5310.5561.0729.22
Hex782D1D03F4C35b3d1d
Octal170553507711465137535
Binary11110001011011110101111111001100110101101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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