#782F20

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

Shades of Pueblo #782F20

Tints of Pueblo #782F20

Color information

#782F20 (or 0x782F20) is unknown color: approx Pueblo. HEX triplet: 78, 2F and 20. RGB value is (120,47,32). Sum of RGB (Red+Green+Blue) = 120+47+32=199 (26% of max value = 765). Red value is 120 (47.27% from 255 or 60.30% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 120 - color contains mainly: red. Hex color #782F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782F20 is #87D0DF. Grayscale: #434343. Windows color (decimal): -8900832 or 2109304. OLE color: 2109304.

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

Color convert

RGB1204732-
CMYK00.610.730.53
HSL10.23º57.89%29.8%-
HSV(B)10.23º73.33%47.06%-
XYZ9.026.132.07-
YUV67.12108.18165.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 60.30%
GREEN value IS 47 (18.75% from 255) = 23.62%
BLUE value IS 32 (12.89% from 255) = 16.08%
R=60.30%
G=23.62%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120473200.610.730.5310.2357.8929.8
Hex782F2003D4935a3a1e
Octal170574007511165127236
Binary111100010111110000001111011001001110101101011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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