#73300D

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

Shades of Peru Tan #73300D

Tints of Peru Tan #73300D

Color information

#73300D (or 0x73300D) is unknown color: approx Peru Tan. HEX triplet: 73, 30 and 0D. RGB value is (115,48,13). Sum of RGB (Red+Green+Blue) = 115+48+13=176 (23% of max value = 765). Red value is 115 (45.31% from 255 or 65.34% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 115 - color contains mainly: red. Hex color #73300D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73300D is #8CCFF2. Grayscale: #404040. Windows color (decimal): -9228275 or 864371. OLE color: 864371.

HSL color Cylindrical-coordinate representation of color #73300D: hue angle of 20.59º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73300D is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1154813-
CMYK00.580.890.55
HSL20.59º79.69%25.1%-
HSV(B)20.59º88.7%45.1%-
XYZ8.25.791.07-
YUV64.0499.2164.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 65.34%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 13 (5.47% from 255) = 7.39%
R=65.34%
G=27.27%
B=7.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115481300.580.890.5520.5979.6925.1
Hex7330D03A5937155019
Octal1636015072131672512031
Binary111001111000011010111010101100111011110101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73300D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73300D; }

 p { color: rgb(115,48,13); }

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

<style>
 a { background-color: #73300D; }

 a { background-color: rgb(115,48,13); }

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

<style>
 span { border-color: #73300D; }

 span { border-color: rgb(115,48,13); }

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