#78290A

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

Shades of Peru Tan #78290A

Tints of Peru Tan #78290A

Color information

#78290A (or 0x78290A) is unknown color: approx Peru Tan. HEX triplet: 78, 29 and 0A. RGB value is (120,41,10). Sum of RGB (Red+Green+Blue) = 120+41+10=171 (22% of max value = 765). Red value is 120 (47.27% from 255 or 70.18% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 120 - color contains mainly: red. Hex color #78290A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #78290A is #87D6F5. Grayscale: #3D3D3D. Windows color (decimal): -8902390 or 665976. OLE color: 665976.

HSL color Cylindrical-coordinate representation of color #78290A: hue angle of 16.91º 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 #78290A is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB1204110-
CMYK00.660.920.53
HSL16.91º84.62%25.49%-
HSV(B)16.91º91.67%47.06%-
XYZ8.595.60.92-
YUV61.0999.17170.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 70.18%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 10 (4.30% from 255) = 5.85%
R=70.18%
G=23.98%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.92
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120411000.660.920.5316.9184.6225.49
Hex7829A0425C35115519
Octal17051120102134652112531
Binary1111000101001101001000010101110011010110001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78290A; }

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

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

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

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

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

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

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

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