#73350F

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

Shades of Peru Tan #73350F

Tints of Peru Tan #73350F

Color information

#73350F (or 0x73350F) is unknown color: approx Peru Tan. HEX triplet: 73, 35 and 0F. RGB value is (115,53,15). Sum of RGB (Red+Green+Blue) = 115+53+15=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73350F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73350F is #8CCAF0. Grayscale: #434343. Windows color (decimal): -9226993 or 996723. OLE color: 996723.

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

Color convert

RGB1155315-
CMYK00.540.870.55
HSL22.8º76.92%25.49%-
HSV(B)22.8º86.96%45.1%-
XYZ8.436.231.21-
YUV67.2198.54162.09-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.84%
GREEN value IS 53 (21.09% from 255) = 28.96%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=62.84%
G=28.96%
B=8.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115531500.540.870.5522.876.9225.49
Hex7335F0365737174d19
Octal1636517066127672711531
Binary111001111010111110110110101011111011110111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73350F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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