#7A421F

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

Shades of Peru Tan #7A421F

Tints of Peru Tan #7A421F

Color information

#7A421F (or 0x7A421F) is unknown color: approx Peru Tan. HEX triplet: 7A, 42 and 1F. RGB value is (122,66,31). Sum of RGB (Red+Green+Blue) = 122+66+31=219 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.71% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 31 (12.5% from 255 or 14.16% from 219); Max value from RGB is 122 - color contains mainly: red. Hex color #7A421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A421F is #85BDE0. Grayscale: #4E4E4E. Windows color (decimal): -8764897 or 2048634. OLE color: 2048634.

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

Color convert

RGB1226631-
CMYK00.460.750.52
HSL23.08º59.48%30%-
HSV(B)23.08º74.59%47.84%-
XYZ10.228.132.33-
YUV78.75101.05158.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.71%
GREEN value IS 66 (26.17% from 255) = 30.14%
BLUE value IS 31 (12.5% from 255) = 14.16%
R=55.71%
G=30.14%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122663100.460.750.5223.0859.4830
Hex7A421F02E4B34173b1e
Octal1721023705611364277336
Binary1111010100001011111010111010010111101001011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,66,31); }

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

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

 a { background-color: rgb(122,66,31); }

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

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

 span { border-color: rgb(122,66,31); }

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