#782F1A

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

Shades of Pueblo #782F1A

Tints of Pueblo #782F1A

Color information

#782F1A (or 0x782F1A) is unknown color: approx Pueblo. HEX triplet: 78, 2F and 1A. RGB value is (120,47,26). Sum of RGB (Red+Green+Blue) = 120+47+26=193 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.18% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 120 - color contains mainly: red. Hex color #782F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782F1A is #87D0E5. Grayscale: #424242. Windows color (decimal): -8900838 or 1716088. OLE color: 1716088.

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

Color convert

RGB1204726-
CMYK00.610.780.53
HSL13.4º64.38%28.63%-
HSV(B)13.4º78.33%47.06%-
XYZ8.956.11.68-
YUV66.43105.18166.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.18%
GREEN value IS 47 (18.75% from 255) = 24.35%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=62.18%
G=24.35%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120472600.610.780.5313.464.3828.63
Hex782F1A03D4E35d401d
Octal1705732075116651510035
Binary111100010111111010011110110011101101011101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,47,26); }

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

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

 a { background-color: rgb(120,47,26); }

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

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

 span { border-color: rgb(120,47,26); }

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