#7A4021

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

Shades of Peru Tan #7A4021

Tints of Peru Tan #7A4021

Color information

#7A4021 (or 0x7A4021) is unknown color: approx Peru Tan. HEX triplet: 7A, 40 and 21. RGB value is (122,64,33). Sum of RGB (Red+Green+Blue) = 122+64+33=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4021 is #85BFDE. Grayscale: #4D4D4D. Windows color (decimal): -8765407 or 2179194. OLE color: 2179194.

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

Color convert

RGB1226433-
CMYK00.480.730.52
HSL20.9º57.42%30.39%-
HSV(B)20.9º72.95%47.84%-
XYZ10.137.912.43-
YUV77.81102.72159.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.71%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 33 (13.28% from 255) = 15.07%
R=55.71%
G=29.22%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122643300.480.730.5220.957.4230.39
Hex7A4021030493415391e
Octal1721004106011164257136
Binary11110101000000100001011000010010011101001010111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,64,33); }

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

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

 a { background-color: rgb(122,64,33); }

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

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

 span { border-color: rgb(122,64,33); }

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