#7A3A23

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

Shades of Peru Tan #7A3A23

Tints of Peru Tan #7A3A23

Color information

#7A3A23 (or 0x7A3A23) is unknown color: approx Peru Tan. HEX triplet: 7A, 3A and 23. RGB value is (122,58,35). Sum of RGB (Red+Green+Blue) = 122+58+35=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3A23 is #85C5DC. Grayscale: #4A4A4A. Windows color (decimal): -8766941 or 2308730. OLE color: 2308730.

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

Color convert

RGB1225835-
CMYK00.520.710.52
HSL15.86º55.41%30.78%-
HSV(B)15.86º71.31%47.84%-
XYZ9.847.292.48-
YUV74.51105.7161.87-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 56.74%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 35 (14.06% from 255) = 16.28%
R=56.74%
G=26.98%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.71
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122583500.520.710.5215.8655.4130.78
Hex7A3A23034473410371f
Octal172724306410764206737
Binary1111010111010100011011010010001111101001000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,58,35); }

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

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

 a { background-color: rgb(122,58,35); }

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

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

 span { border-color: rgb(122,58,35); }

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