#73380B

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

Shades of Peru Tan #73380B

Tints of Peru Tan #73380B

Color information

#73380B (or 0x73380B) is unknown color: approx Peru Tan. HEX triplet: 73, 38 and 0B. RGB value is (115,56,11). Sum of RGB (Red+Green+Blue) = 115+56+11=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 56 (22.27% from 255 or 30.77% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73380B is #8CC7F4. Grayscale: #444444. Windows color (decimal): -9226229 or 735347. OLE color: 735347.

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

Color convert

RGB1155611-
CMYK00.510.900.55
HSL25.96º82.54%24.71%-
HSV(B)25.96º90.43%45.1%-
XYZ8.546.51.12-
YUV68.5195.55161.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.19%
GREEN value IS 56 (22.27% from 255) = 30.77%
BLUE value IS 11 (4.69% from 255) = 6.04%
R=63.19%
G=30.77%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115561100.510.900.5525.9682.5424.71
Hex7338B0335A371a5319
Octal1637013063132673212331
Binary111001111100010110110011101101011011111010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73380B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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