#782914

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

Shades of Pueblo #782914

Tints of Pueblo #782914

Color information

#782914 (or 0x782914) is unknown color: approx Pueblo. HEX triplet: 78, 29 and 14. RGB value is (120,41,20). Sum of RGB (Red+Green+Blue) = 120+41+20=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #782914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782914 is #87D6EB. Grayscale: #3E3E3E. Windows color (decimal): -8902380 or 1321336. OLE color: 1321336.

HSL color Cylindrical-coordinate representation of color #782914: hue angle of 12.6º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #782914 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1204120-
CMYK00.660.830.53
HSL12.6º71.43%27.45%-
HSV(B)12.6º83.33%47.06%-
XYZ8.665.631.29-
YUV62.23104.17169.21-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=66.30%
G=22.65%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120412000.660.830.5312.671.4327.45
Hex7829140425335d471b
Octal17051240102123651510733
Binary1111000101001101000100001010100111101011101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782914; }

 p { color: rgb(120,41,20); }

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

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

 a { background-color: rgb(120,41,20); }

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

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

 span { border-color: rgb(120,41,20); }

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