#7A3205

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

Shades of Peru Tan #7A3205

Tints of Peru Tan #7A3205

Color information

#7A3205 (or 0x7A3205) is unknown color: approx Peru Tan. HEX triplet: 7A, 32 and 05. RGB value is (122,50,5). Sum of RGB (Red+Green+Blue) = 122+50+5=177 (23% of max value = 765). Red value is 122 (48.05% from 255 or 68.93% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3205 is #85CDFA. Grayscale: #424242. Windows color (decimal): -8769019 or 340602. OLE color: 340602.

HSL color Cylindrical-coordinate representation of color #7A3205: hue angle of 23.08º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A3205 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB122505-
CMYK00.590.960.52
HSL23.08º92.13%24.9%-
HSV(B)23.08º95.9%47.84%-
XYZ9.196.430.9-
YUV66.493.35167.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 68.93%
GREEN value IS 50 (19.92% from 255) = 28.25%
BLUE value IS 5 (2.34% from 255) = 2.82%
R=68.93%
G=28.25%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12250500.590.960.5223.0892.1324.9
Hex7A32503B6034175c19
Octal172625073140642713431
Binary11110101100101010111011110000011010010111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,50,5); }

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

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

 a { background-color: rgb(122,50,5); }

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

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

 span { border-color: rgb(122,50,5); }

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