#73320A

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

Shades of Peru Tan #73320A

Tints of Peru Tan #73320A

Color information

#73320A (or 0x73320A) is unknown color: approx Peru Tan. HEX triplet: 73, 32 and 0A. RGB value is (115,50,10). Sum of RGB (Red+Green+Blue) = 115+50+10=175 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.71% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 115 - color contains mainly: red. Hex color #73320A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73320A is #8CCDF5. Grayscale: #414141. Windows color (decimal): -9227766 or 668275. OLE color: 668275.

HSL color Cylindrical-coordinate representation of color #73320A: hue angle of 22.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73320A is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB1155010-
CMYK00.570.910.55
HSL22.86º84%24.51%-
HSV(B)22.86º91.3%45.1%-
XYZ8.275.951-
YUV64.8897.03163.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.71%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 10 (4.30% from 255) = 5.71%
R=65.71%
G=28.57%
B=5.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115501000.570.910.5522.868424.51
Hex7332A0395B37175419
Octal1636212071133672712431
Binary111001111001010100111001101101111011110111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73320A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,50,10); }

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

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

 a { background-color: rgb(115,50,10); }

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

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

 span { border-color: rgb(115,50,10); }

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