#73391D

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

Shades of Peru Tan #73391D

Tints of Peru Tan #73391D

Color information

#73391D (or 0x73391D) is unknown color: approx Peru Tan. HEX triplet: 73, 39 and 1D. RGB value is (115,57,29). Sum of RGB (Red+Green+Blue) = 115+57+29=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #73391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73391D is #8CC6E2. Grayscale: #474747. Windows color (decimal): -9225955 or 1915251. OLE color: 1915251.

HSL color Cylindrical-coordinate representation of color #73391D: hue angle of 19.53º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73391D is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1155729-
CMYK00.500.750.55
HSL19.53º59.72%28.24%-
HSV(B)19.53º74.78%45.1%-
XYZ8.766.661.99-
YUV71.15104.22159.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 29 (11.72% from 255) = 14.43%
R=57.21%
G=28.36%
B=14.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115572900.500.750.5519.5359.7228.24
Hex73391D0324B37143c1c
Octal163713506211367247434
Binary111001111100111101011001010010111101111010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73391D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73391D; }

 p { color: rgb(115,57,29); }

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

<style>
 a { background-color: #73391D; }

 a { background-color: rgb(115,57,29); }

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

<style>
 span { border-color: #73391D; }

 span { border-color: rgb(115,57,29); }

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