#73381E

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

Shades of Peru Tan #73381E

Tints of Peru Tan #73381E

Color information

#73381E (or 0x73381E) is unknown color: approx Peru Tan. HEX triplet: 73, 38 and 1E. RGB value is (115,56,30). Sum of RGB (Red+Green+Blue) = 115+56+30=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #73381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73381E is #8CC7E1. Grayscale: #464646. Windows color (decimal): -9226210 or 1980531. OLE color: 1980531.

HSL color Cylindrical-coordinate representation of color #73381E: hue angle of 18.35º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #73381E is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB1155630-
CMYK00.510.740.55
HSL18.35º58.62%28.43%-
HSV(B)18.35º73.91%45.1%-
XYZ8.726.572.04-
YUV70.68105.05159.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 56 (22.27% from 255) = 27.86%
BLUE value IS 30 (12.11% from 255) = 14.93%
R=57.21%
G=27.86%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115563000.510.740.5518.3558.6228.43
Hex73381E0334A37123b1c
Octal163703606311267227334
Binary111001111100011110011001110010101101111001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73381E; }

 p { color: rgb(115,56,30); }

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

<style>
 a { background-color: #73381E; }

 a { background-color: rgb(115,56,30); }

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

<style>
 span { border-color: #73381E; }

 span { border-color: rgb(115,56,30); }

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