#784221

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

Shades of Peru Tan #784221

Tints of Peru Tan #784221

Color information

#784221 (or 0x784221) is unknown color: approx Peru Tan. HEX triplet: 78, 42 and 21. RGB value is (120,66,33). Sum of RGB (Red+Green+Blue) = 120+66+33=219 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.79% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 120 - color contains mainly: red. Hex color #784221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #784221 is #87BDDE. Grayscale: #4E4E4E. Windows color (decimal): -8895967 or 2179704. OLE color: 2179704.

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

Color convert

RGB1206633-
CMYK00.450.720.53
HSL22.76º56.86%30%-
HSV(B)22.76º72.5%47.06%-
XYZ9.9782.46-
YUV78.38102.39157.68-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.79%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 33 (13.28% from 255) = 15.07%
R=54.79%
G=30.14%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120663300.450.720.5322.7656.8630
Hex78422102D483517391e
Octal1701024105511065277136
Binary11110001000010100001010110110010001101011011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784221; }

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

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

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

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

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

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

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

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