#73391B

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

Shades of Peru Tan #73391B

Tints of Peru Tan #73391B

Color information

#73391B (or 0x73391B) is unknown color: approx Peru Tan. HEX triplet: 73, 39 and 1B. RGB value is (115,57,27). Sum of RGB (Red+Green+Blue) = 115+57+27=199 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.79% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 115 - color contains mainly: red. Hex color #73391B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73391B is #8CC6E4. Grayscale: #474747. Windows color (decimal): -9225957 or 1784179. OLE color: 1784179.

HSL color Cylindrical-coordinate representation of color #73391B: hue angle of 20.45º degrees, saturation: 0.62, 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 #73391B is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1155727-
CMYK00.500.770.55
HSL20.45º61.97%27.84%-
HSV(B)20.45º76.52%45.1%-
XYZ8.736.651.86-
YUV70.92103.22159.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.79%
GREEN value IS 57 (22.66% from 255) = 28.64%
BLUE value IS 27 (10.94% from 255) = 13.57%
R=57.79%
G=28.64%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115572700.500.770.5520.4561.9727.84
Hex73391B0324D37143e1c
Octal163713306211567247634
Binary111001111100111011011001010011011101111010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73391B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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