#7A3F1F

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

Shades of Peru Tan #7A3F1F

Tints of Peru Tan #7A3F1F

Color information

#7A3F1F (or 0x7A3F1F) is unknown color: approx Peru Tan. HEX triplet: 7A, 3F and 1F. RGB value is (122,63,31). Sum of RGB (Red+Green+Blue) = 122+63+31=216 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.48% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 31 (12.5% from 255 or 14.35% from 216); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3F1F is #85C0E0. Grayscale: #4D4D4D. Windows color (decimal): -8765665 or 2047866. OLE color: 2047866.

HSL color Cylindrical-coordinate representation of color #7A3F1F: hue angle of 21.1º 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 #7A3F1F is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.52.

Color convert

RGB1226331-
CMYK00.480.750.52
HSL21.1º59.48%30%-
HSV(B)21.1º74.59%47.84%-
XYZ10.057.792.27-
YUV76.99102.05160.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 56.48%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 31 (12.5% from 255) = 14.35%
R=56.48%
G=29.17%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122633100.480.750.5221.159.4830
Hex7A3F1F0304B34153b1e
Octal172773706011364257336
Binary111101011111111111011000010010111101001010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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