#7A2B04

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

Shades of Peru Tan #7A2B04

Tints of Peru Tan #7A2B04

Color information

#7A2B04 (or 0x7A2B04) is unknown color: approx Peru Tan. HEX triplet: 7A, 2B and 04. RGB value is (122,43,4). Sum of RGB (Red+Green+Blue) = 122+43+4=169 (22% of max value = 765). Red value is 122 (48.05% from 255 or 72.19% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2B04 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A2B04 is #85D4FB. Grayscale: #3E3E3E. Windows color (decimal): -8770812 or 273274. OLE color: 273274.

HSL color Cylindrical-coordinate representation of color #7A2B04: hue angle of 19.83º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7A2B04 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB122434-
CMYK00.650.970.52
HSL19.83º93.65%24.71%-
HSV(B)19.83º96.72%47.84%-
XYZ8.915.870.78-
YUV62.1895.17170.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 72.19%
GREEN value IS 43 (17.19% from 255) = 25.44%
BLUE value IS 4 (1.95% from 255) = 2.37%
R=72.19%
G=25.44%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12243400.650.970.5219.8393.6524.71
Hex7A2B40416134145e19
Octal1725340101141642413631
Binary111101010101110001000001110000111010010100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,43,4); }

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

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

 a { background-color: rgb(122,43,4); }

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

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

 span { border-color: rgb(122,43,4); }

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