#7A2A01

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

Shades of Peru Tan #7A2A01

Tints of Peru Tan #7A2A01

Color information

#7A2A01 (or 0x7A2A01) is unknown color: approx Peru Tan. HEX triplet: 7A, 2A and 01. RGB value is (122,42,1). Sum of RGB (Red+Green+Blue) = 122+42+1=165 (21% of max value = 765). Red value is 122 (48.05% from 255 or 73.94% from 165); Green value is 42 (16.80% from 255 or 25.45% from 165); Blue value is 1 (0.78% from 255 or 0.61% from 165); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2A01 is #85D5FE. Grayscale: #3D3D3D. Windows color (decimal): -8771071 or 76410. OLE color: 76410.

HSL color Cylindrical-coordinate representation of color #7A2A01: hue angle of 20.33º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A2A01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.52.

Color convert

RGB122421-
CMYK00.660.990.52
HSL20.33º98.37%24.12%-
HSV(B)20.33º99.18%47.84%-
XYZ8.865.80.68-
YUV61.2594171.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 73.94%
GREEN value IS 42 (16.80% from 255) = 25.45%
BLUE value IS 1 (0.78% from 255) = 0.61%
R=73.94%
G=25.45%
B=0.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12242100.660.990.5220.3398.3724.12
Hex7A2A10426334146218
Octal1725210102143642414230
Binary1111010101010101000010110001111010010100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,42,1); }

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

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

 a { background-color: rgb(122,42,1); }

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

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

 span { border-color: rgb(122,42,1); }

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