#7A3811

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

Shades of Peru Tan #7A3811

Tints of Peru Tan #7A3811

Color information

#7A3811 (or 0x7A3811) is unknown color: approx Peru Tan. HEX triplet: 7A, 38 and 11. RGB value is (122,56,17). Sum of RGB (Red+Green+Blue) = 122+56+17=195 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.56% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3811 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3811 is #85C7EE. Grayscale: #474747. Windows color (decimal): -8767471 or 1128570. OLE color: 1128570.

HSL color Cylindrical-coordinate representation of color #7A3811: hue angle of 22.29º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A3811 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB1225617-
CMYK00.540.860.52
HSL22.29º75.54%27.25%-
HSV(B)22.29º86.07%47.84%-
XYZ9.547.011.38-
YUV71.2997.37164.17-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.56%
GREEN value IS 56 (22.27% from 255) = 28.72%
BLUE value IS 17 (7.03% from 255) = 8.72%
R=62.56%
G=28.72%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122561700.540.860.5222.2975.5427.25
Hex7A38110365634164c1b
Octal1727021066126642611433
Binary1111010111000100010110110101011011010010110100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,56,17); }

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

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

 a { background-color: rgb(122,56,17); }

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

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

 span { border-color: rgb(122,56,17); }

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