#782600

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

Shades of Peru Tan #782600

Tints of Peru Tan #782600

Color information

#782600 (or 0x782600) is unknown color: approx Peru Tan. HEX triplet: 78, 26 and 00. RGB value is (120,38,0). Sum of RGB (Red+Green+Blue) = 120+38+0=158 (20% of max value = 765). Red value is 120 (47.27% from 255 or 75.95% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 0 (0.39% from 255 or 0% from 158); Max value from RGB is 120 - color contains mainly: red. Hex color #782600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782600 is #87D9FF. Grayscale: #3A3A3A. Windows color (decimal): -8903168 or 9848. OLE color: 9848.

HSL color Cylindrical-coordinate representation of color #782600: hue angle of 19º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #782600 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.53.

Color convert

RGB120380-
CMYK00.6810.53
HSL19º100%23.53%-
HSV(B)19º100%47.06%-
XYZ8.445.380.59-
YUV58.1995.17172.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75.95%
GREEN value IS 38 (15.23% from 255) = 24.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.95%
G=24.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12038000.6810.531910023.53
Hex782600446435136418
Octal1704600104144652314430
Binary1111000100110001000100110010011010110011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782600; }

 p { color: rgb(120,38,0); }

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

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

 a { background-color: rgb(120,38,0); }

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

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

 span { border-color: rgb(120,38,0); }

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