#73310C

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

Shades of Peru Tan #73310C

Tints of Peru Tan #73310C

Color information

#73310C (or 0x73310C) is unknown color: approx Peru Tan. HEX triplet: 73, 31 and 0C. RGB value is (115,49,12). Sum of RGB (Red+Green+Blue) = 115+49+12=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #73310C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73310C is #8CCEF3. Grayscale: #404040. Windows color (decimal): -9228020 or 799091. OLE color: 799091.

HSL color Cylindrical-coordinate representation of color #73310C: hue angle of 21.55º 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 #73310C is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1154912-
CMYK00.570.900.55
HSL21.55º81.1%24.9%-
HSV(B)21.55º89.57%45.1%-
XYZ8.235.871.05-
YUV64.5298.37164.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.34%
GREEN value IS 49 (19.53% from 255) = 27.84%
BLUE value IS 12 (5.08% from 255) = 6.82%
R=65.34%
G=27.84%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115491200.570.900.5521.5581.124.9
Hex7331C0395A37165119
Octal1636114071132672612131
Binary111001111000111000111001101101011011110110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73310C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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