#7A3415

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

Shades of Peru Tan #7A3415

Tints of Peru Tan #7A3415

Color information

#7A3415 (or 0x7A3415) is unknown color: approx Peru Tan. HEX triplet: 7A, 34 and 15. RGB value is (122,52,21). Sum of RGB (Red+Green+Blue) = 122+52+21=195 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.56% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3415 is #85CBEA. Grayscale: #454545. Windows color (decimal): -8768491 or 1389690. OLE color: 1389690.

HSL color Cylindrical-coordinate representation of color #7A3415: hue angle of 18.42º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A3415 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.52.

Color convert

RGB1225221-
CMYK00.570.830.52
HSL18.42º70.63%28.04%-
HSV(B)18.42º82.79%47.84%-
XYZ9.396.651.5-
YUV69.4100.69165.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.56%
GREEN value IS 52 (20.70% from 255) = 26.67%
BLUE value IS 21 (8.59% from 255) = 10.77%
R=62.56%
G=26.67%
B=10.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.83
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122522100.570.830.5218.4270.6328.04
Hex7A3415039533412471c
Octal1726425071123642210734
Binary1111010110100101010111001101001111010010010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A3415; }

 p { color: rgb(122,52,21); }

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

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

 a { background-color: rgb(122,52,21); }

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

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

 span { border-color: rgb(122,52,21); }

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