#782A04

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

Shades of Peru Tan #782A04

Tints of Peru Tan #782A04

Color information

#782A04 (or 0x782A04) is unknown color: approx Peru Tan. HEX triplet: 78, 2A and 04. RGB value is (120,42,4). Sum of RGB (Red+Green+Blue) = 120+42+4=166 (21% of max value = 765). Red value is 120 (47.27% from 255 or 72.29% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 120 - color contains mainly: red. Hex color #782A04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #782A04 is #87D5FB. Grayscale: #3D3D3D. Windows color (decimal): -8902140 or 273016. OLE color: 273016.

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

Color convert

RGB120424-
CMYK00.650.970.53
HSL19.66º93.55%24.31%-
HSV(B)19.66º96.67%47.06%-
XYZ8.65.660.75-
YUV60.9995.84170.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 72.29%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 4 (1.95% from 255) = 2.41%
R=72.29%
G=25.30%
B=2.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12042400.650.970.5319.6693.5524.31
Hex782A40416135145e18
Octal1705240101141652413630
Binary111100010101010001000001110000111010110100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,42,4); }

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

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

 a { background-color: rgb(120,42,4); }

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

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

 span { border-color: rgb(120,42,4); }

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