#782C0A

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

Shades of Peru Tan #782C0A

Tints of Peru Tan #782C0A

Color information

#782C0A (or 0x782C0A) is unknown color: approx Peru Tan. HEX triplet: 78, 2C and 0A. RGB value is (120,44,10). Sum of RGB (Red+Green+Blue) = 120+44+10=174 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.97% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 10 (4.30% from 255 or 5.75% from 174); Max value from RGB is 120 - color contains mainly: red. Hex color #782C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782C0A is #87D3F5. Grayscale: #3F3F3F. Windows color (decimal): -8901622 or 666744. OLE color: 666744.

HSL color Cylindrical-coordinate representation of color #782C0A: hue angle of 18.55º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #782C0A is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1204410-
CMYK00.630.920.53
HSL18.55º84.62%25.49%-
HSV(B)18.55º91.67%47.06%-
XYZ8.75.820.95-
YUV62.8598.18168.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.97%
GREEN value IS 44 (17.58% from 255) = 25.29%
BLUE value IS 10 (4.30% from 255) = 5.75%
R=68.97%
G=25.29%
B=5.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120441000.630.920.5318.5584.6225.49
Hex782CA03F5C35135519
Octal1705412077134652312531
Binary111100010110010100111111101110011010110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,44,10); }

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

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

 a { background-color: rgb(120,44,10); }

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

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

 span { border-color: rgb(120,44,10); }

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