#73350A

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

Shades of Peru Tan #73350A

Tints of Peru Tan #73350A

Color information

#73350A (or 0x73350A) is unknown color: approx Peru Tan. HEX triplet: 73, 35 and 0A. RGB value is (115,53,10). Sum of RGB (Red+Green+Blue) = 115+53+10=178 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.61% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 115 - color contains mainly: red. Hex color #73350A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73350A is #8CCAF5. Grayscale: #424242. Windows color (decimal): -9226998 or 669043. OLE color: 669043.

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

Color convert

RGB1155310-
CMYK00.540.910.55
HSL24.57º84%24.51%-
HSV(B)24.57º91.3%45.1%-
XYZ8.46.211.04-
YUV66.6496.04162.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.61%
GREEN value IS 53 (21.09% from 255) = 29.78%
BLUE value IS 10 (4.30% from 255) = 5.62%
R=64.61%
G=29.78%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115531000.540.910.5524.578424.51
Hex7335A0365B37195419
Octal1636512066133673112431
Binary111001111010110100110110101101111011111001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73350A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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