#783420

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

Shades of Pueblo #783420

Tints of Pueblo #783420

Color information

#783420 (or 0x783420) is unknown color: approx Pueblo. HEX triplet: 78, 34 and 20. RGB value is (120,52,32). Sum of RGB (Red+Green+Blue) = 120+52+32=204 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.82% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 32 (12.89% from 255 or 15.69% from 204); Max value from RGB is 120 - color contains mainly: red. Hex color #783420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783420 is #87CBDF. Grayscale: #464646. Windows color (decimal): -8899552 or 2110584. OLE color: 2110584.

HSL color Cylindrical-coordinate representation of color #783420: hue angle of 13.64º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #783420 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1205232-
CMYK00.570.730.53
HSL13.64º57.89%29.8%-
HSV(B)13.64º73.33%47.06%-
XYZ9.236.552.14-
YUV70.05106.53163.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.82%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 32 (12.89% from 255) = 15.69%
R=58.82%
G=25.49%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120523200.570.730.5313.6457.8929.8
Hex7834200394935e3a1e
Octal170644007111165167236
Binary111100011010010000001110011001001110101111011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783420; }

 p { color: rgb(120,52,32); }

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

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

 a { background-color: rgb(120,52,32); }

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

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

 span { border-color: rgb(120,52,32); }

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