#7a3713

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

Shades of Peru Tan #7A3713

Tints of Peru Tan #7A3713

Color information

#7A3713 (or 0x7A3713) is unknown color: approx Peru Tan. HEX triplet: 7A, 37 and 13. RGB value is (122,55,19). Sum of RGB (Red+Green+Blue) = 122+55+19=196 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.24% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3713 is #85C8EC. Grayscale: #474747. Windows color (decimal): -8767725 or 1259386. OLE color: 1259386.

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

Color convert

RGB1225519-
CMYK00.550.840.52
HSL20.97º73.05%27.65%-
HSV(B)20.97º84.43%47.84%-
XYZ9.516.921.45-
YUV70.9398.7164.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.24%
GREEN value IS 55 (21.88% from 255) = 28.06%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=62.24%
G=28.06%
B=9.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122551900.550.840.5220.9773.0527.65
Hex7A3713037543415491c
Octal1726723067124642511134
Binary1111010110111100110110111101010011010010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a3713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,55,19); }

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

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

 a { background-color: rgb(122,55,19); }

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

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

 span { border-color: rgb(122,55,19); }

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