#73411A

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

Shades of Peru Tan #73411A

Tints of Peru Tan #73411A

Color information

#73411A (or 0x73411A) is unknown color: approx Peru Tan. HEX triplet: 73, 41 and 1A. RGB value is (115,65,26). Sum of RGB (Red+Green+Blue) = 115+65+26=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 26 (10.55% from 255 or 12.62% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #73411A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73411A is #8CBEE5. Grayscale: #4B4B4B. Windows color (decimal): -9223910 or 1720691. OLE color: 1720691.

HSL color Cylindrical-coordinate representation of color #73411A: hue angle of 26.29º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73411A is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1156526-
CMYK00.430.770.55
HSL26.29º63.12%27.65%-
HSV(B)26.29º77.39%45.1%-
XYZ9.157.51.94-
YUV75.5100.06156.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.83%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 26 (10.55% from 255) = 12.62%
R=55.83%
G=31.55%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115652600.430.770.5526.2963.1227.65
Hex73411A02B4D371a3f1c
Octal1631013205311567327734
Binary1110011100000111010010101110011011101111101011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73411A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73411A; }

 p { color: rgb(115,65,26); }

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

<style>
 a { background-color: #73411A; }

 a { background-color: rgb(115,65,26); }

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

<style>
 span { border-color: #73411A; }

 span { border-color: rgb(115,65,26); }

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