#782D10

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

Shades of Peru Tan #782D10

Tints of Peru Tan #782D10

Color information

#782D10 (or 0x782D10) is unknown color: approx Peru Tan. HEX triplet: 78, 2D and 10. RGB value is (120,45,16). Sum of RGB (Red+Green+Blue) = 120+45+16=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #782D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782D10 is #87D2EF. Grayscale: #404040. Windows color (decimal): -8901360 or 1060216. OLE color: 1060216.

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

Color convert

RGB1204516-
CMYK00.630.870.53
HSL16.73º76.47%26.67%-
HSV(B)16.73º86.67%47.06%-
XYZ8.785.911.17-
YUV64.12100.85167.86-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 45 (17.97% from 255) = 24.86%
BLUE value IS 16 (6.64% from 255) = 8.84%
R=66.30%
G=24.86%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120451600.630.870.5316.7376.4726.67
Hex782D1003F5735114c1b
Octal1705520077127652111433
Binary1111000101101100000111111101011111010110001100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,45,16); }

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

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

 a { background-color: rgb(120,45,16); }

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

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

 span { border-color: rgb(120,45,16); }

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