#73350D

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

Shades of Peru Tan #73350D

Tints of Peru Tan #73350D

Color information

#73350D (or 0x73350D) is unknown color: approx Peru Tan. HEX triplet: 73, 35 and 0D. RGB value is (115,53,13). Sum of RGB (Red+Green+Blue) = 115+53+13=181 (23% of max value = 765). Red value is 115 (45.31% from 255 or 63.54% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 115 - color contains mainly: red. Hex color #73350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73350D is #8CCAF2. Grayscale: #434343. Windows color (decimal): -9226995 or 865651. OLE color: 865651.

HSL color Cylindrical-coordinate representation of color #73350D: hue angle of 23.53º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73350D is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1155313-
CMYK00.540.890.55
HSL23.53º79.69%25.1%-
HSV(B)23.53º88.7%45.1%-
XYZ8.426.221.14-
YUV66.9897.54162.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.54%
GREEN value IS 53 (21.09% from 255) = 29.28%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=63.54%
G=29.28%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115531300.540.890.5523.5379.6925.1
Hex7335D0365937185019
Octal1636515066131673012031
Binary111001111010111010110110101100111011111000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73350D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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