#73340F

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

Shades of Peru Tan #73340F

Tints of Peru Tan #73340F

Color information

#73340F (or 0x73340F) is unknown color: approx Peru Tan. HEX triplet: 73, 34 and 0F. RGB value is (115,52,15). Sum of RGB (Red+Green+Blue) = 115+52+15=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73340F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73340F is #8CCBF0. Grayscale: #424242. Windows color (decimal): -9227249 or 996467. OLE color: 996467.

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

Color convert

RGB1155215-
CMYK00.550.870.55
HSL22.2º76.92%25.49%-
HSV(B)22.2º86.96%45.1%-
XYZ8.386.141.19-
YUV66.6298.87162.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.19%
GREEN value IS 52 (20.70% from 255) = 28.57%
BLUE value IS 15 (6.25% from 255) = 8.24%
R=63.19%
G=28.57%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115521500.550.870.5522.276.9225.49
Hex7334F0375737164d19
Octal1636417067127672611531
Binary111001111010011110110111101011111011110110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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