#73290B

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

Shades of Peru Tan #73290B

Tints of Peru Tan #73290B

Color information

#73290B (or 0x73290B) is unknown color: approx Peru Tan. HEX triplet: 73, 29 and 0B. RGB value is (115,41,11). Sum of RGB (Red+Green+Blue) = 115+41+11=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #73290B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73290B is #8CD6F4. Grayscale: #3B3B3B. Windows color (decimal): -9230069 or 731507. OLE color: 731507.

HSL color Cylindrical-coordinate representation of color #73290B: hue angle of 17.31º degrees, saturation: 0.83, 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 #73290B is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB1154111-
CMYK00.640.900.55
HSL17.31º82.54%24.71%-
HSV(B)17.31º90.43%45.1%-
XYZ7.925.250.91-
YUV59.71100.52167.44-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.86%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 11 (4.69% from 255) = 6.59%
R=68.86%
G=24.55%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115411100.640.900.5517.3182.5424.71
Hex7329B0405A37115319
Octal16351130100132672112331
Binary1110011101001101101000000101101011011110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73290B; }

 p { color: rgb(115,41,11); }

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

<style>
 a { background-color: #73290B; }

 a { background-color: rgb(115,41,11); }

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

<style>
 span { border-color: #73290B; }

 span { border-color: rgb(115,41,11); }

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