#73340C

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

Shades of Peru Tan #73340C

Tints of Peru Tan #73340C

Color information

#73340C (or 0x73340C) is unknown color: approx Peru Tan. HEX triplet: 73, 34 and 0C. RGB value is (115,52,12). Sum of RGB (Red+Green+Blue) = 115+52+12=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #73340C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73340C is #8CCBF3. Grayscale: #424242. Windows color (decimal): -9227252 or 799859. OLE color: 799859.

HSL color Cylindrical-coordinate representation of color #73340C: hue angle of 23.3º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73340C is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1155212-
CMYK00.550.900.55
HSL23.3º81.1%24.9%-
HSV(B)23.3º89.57%45.1%-
XYZ8.366.131.09-
YUV66.2897.37162.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.25%
GREEN value IS 52 (20.70% from 255) = 29.05%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=64.25%
G=29.05%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115521200.550.900.5523.381.124.9
Hex7334C0375A37175119
Octal1636414067132672712131
Binary111001111010011000110111101101011011110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73340C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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