#73341A

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

Shades of Peru Tan #73341A

Tints of Peru Tan #73341A

Color information

#73341A (or 0x73341A) is unknown color: approx Peru Tan. HEX triplet: 73, 34 and 1A. RGB value is (115,52,26). Sum of RGB (Red+Green+Blue) = 115+52+26=193 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.59% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 115 - color contains mainly: red. Hex color #73341A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73341A is #8CCBE5. Grayscale: #444444. Windows color (decimal): -9227238 or 1717363. OLE color: 1717363.

HSL color Cylindrical-coordinate representation of color #73341A: hue angle of 17.53º 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 #73341A is Cyan = 0, Magento = 0.55, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1155226-
CMYK00.550.770.55
HSL17.53º63.12%27.65%-
HSV(B)17.53º77.39%45.1%-
XYZ8.486.181.72-
YUV67.87104.37161.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.59%
GREEN value IS 52 (20.70% from 255) = 26.94%
BLUE value IS 26 (10.55% from 255) = 13.47%
R=59.59%
G=26.94%
B=13.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115522600.550.770.5517.5363.1227.65
Hex73341A0374D37123f1c
Octal163643206711567227734
Binary111001111010011010011011110011011101111001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73341A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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