#7A3619

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

Shades of Peru Tan #7A3619

Tints of Peru Tan #7A3619

Color information

#7A3619 (or 0x7A3619) is unknown color: approx Peru Tan. HEX triplet: 7A, 36 and 19. RGB value is (122,54,25). Sum of RGB (Red+Green+Blue) = 122+54+25=201 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.70% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3619 is #85C9E6. Grayscale: #474747. Windows color (decimal): -8767975 or 1652346. OLE color: 1652346.

HSL color Cylindrical-coordinate representation of color #7A3619: hue angle of 17.94º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A3619 is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.52.

Color convert

RGB1225425-
CMYK00.560.800.52
HSL17.94º65.99%28.82%-
HSV(B)17.94º79.51%47.84%-
XYZ9.526.851.74-
YUV71.03102.03164.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 60.70%
GREEN value IS 54 (21.48% from 255) = 26.87%
BLUE value IS 25 (10.16% from 255) = 12.44%
R=60.70%
G=26.87%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.80
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122542500.560.800.5217.9465.9928.82
Hex7A3619038503412421d
Octal1726631070120642210235
Binary1111010110110110010111000101000011010010010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,54,25); }

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

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

 a { background-color: rgb(122,54,25); }

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

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

 span { border-color: rgb(122,54,25); }

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