#782800

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

Shades of Peru Tan #782800

Tints of Peru Tan #782800

Color information

#782800 (or 0x782800) is unknown color: approx Peru Tan. HEX triplet: 78, 28 and 00. RGB value is (120,40,0). Sum of RGB (Red+Green+Blue) = 120+40+0=160 (21% of max value = 765). Red value is 120 (47.27% from 255 or 75% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 120 - color contains mainly: red. Hex color #782800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782800 is #87D7FF. Grayscale: #3B3B3B. Windows color (decimal): -8902656 or 10360. OLE color: 10360.

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

Color convert

RGB120400-
CMYK00.6710.53
HSL20º100%23.53%-
HSV(B)20º100%47.06%-
XYZ8.55.510.62-
YUV59.3694.5171.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 75%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 0 (0.39% from 255) = 0%
R=75%
G=25%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12040000.6710.532010023.53
Hex782800436435146418
Octal1705000103144652414430
Binary1111000101000001000011110010011010110100110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782800; }

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

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

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

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

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

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

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

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