#7A3921

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

Shades of Peru Tan #7A3921

Tints of Peru Tan #7A3921

Color information

#7A3921 (or 0x7A3921) is unknown color: approx Peru Tan. HEX triplet: 7A, 39 and 21. RGB value is (122,57,33). Sum of RGB (Red+Green+Blue) = 122+57+33=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3921 is #85C6DE. Grayscale: #494949. Windows color (decimal): -8767199 or 2177402. OLE color: 2177402.

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

Color convert

RGB1225733-
CMYK00.530.730.52
HSL16.18º57.42%30.39%-
HSV(B)16.18º72.95%47.84%-
XYZ9.767.172.31-
YUV73.7105.03162.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.55%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 33 (13.28% from 255) = 15.57%
R=57.55%
G=26.89%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.73
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122573300.530.730.5216.1857.4230.39
Hex7A3921035493410391e
Octal172714106511164207136
Binary1111010111001100001011010110010011101001000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,57,33); }

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

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

 a { background-color: rgb(122,57,33); }

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

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

 span { border-color: rgb(122,57,33); }

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