#783521

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

Shades of Pueblo #783521

Tints of Pueblo #783521

Color information

#783521 (or 0x783521) is unknown color: approx Pueblo. HEX triplet: 78, 35 and 21. RGB value is (120,53,33). Sum of RGB (Red+Green+Blue) = 120+53+33=206 (27% of max value = 765). Red value is 120 (47.27% from 255 or 58.25% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 120 - color contains mainly: red. Hex color #783521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #783521 is #87CADE. Grayscale: #464646. Windows color (decimal): -8899295 or 2176376. OLE color: 2176376.

HSL color Cylindrical-coordinate representation of color #783521: hue angle of 13.79º degrees, saturation: 0.57, 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 #783521 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1205333-
CMYK00.560.720.53
HSL13.79º56.86%30%-
HSV(B)13.79º72.5%47.06%-
XYZ9.296.652.23-
YUV70.75106.7163.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 58.25%
GREEN value IS 53 (21.09% from 255) = 25.73%
BLUE value IS 33 (13.28% from 255) = 16.02%
R=58.25%
G=25.73%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120533300.560.720.5313.7956.8630
Hex7835210384835e391e
Octal170654107011065167136
Binary111100011010110000101110001001000110101111011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783521; }

 p { color: rgb(120,53,33); }

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

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

 a { background-color: rgb(120,53,33); }

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

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

 span { border-color: rgb(120,53,33); }

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