#7A3417

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

Shades of Peru Tan #7A3417

Tints of Peru Tan #7A3417

Color information

#7A3417 (or 0x7A3417) is unknown color: approx Peru Tan. HEX triplet: 7A, 34 and 17. RGB value is (122,52,23). Sum of RGB (Red+Green+Blue) = 122+52+23=197 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.93% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 23 (9.38% from 255 or 11.68% from 197); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3417 is #85CBE8. Grayscale: #454545. Windows color (decimal): -8768489 or 1520762. OLE color: 1520762.

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

Color convert

RGB1225223-
CMYK00.570.810.52
HSL17.58º68.28%28.43%-
HSV(B)17.58º81.15%47.84%-
XYZ9.416.661.6-
YUV69.62101.69165.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 61.93%
GREEN value IS 52 (20.70% from 255) = 26.40%
BLUE value IS 23 (9.38% from 255) = 11.68%
R=61.93%
G=26.40%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122522300.570.810.5217.5868.2828.43
Hex7A3417039513412441c
Octal1726427071121642210434
Binary1111010110100101110111001101000111010010010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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