#73361C

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

Shades of Peru Tan #73361C

Tints of Peru Tan #73361C

Color information

#73361C (or 0x73361C) is unknown color: approx Peru Tan. HEX triplet: 73, 36 and 1C. RGB value is (115,54,28). Sum of RGB (Red+Green+Blue) = 115+54+28=197 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.38% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 115 - color contains mainly: red. Hex color #73361C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73361C is #8CC9E3. Grayscale: #454545. Windows color (decimal): -9226724 or 1848947. OLE color: 1848947.

HSL color Cylindrical-coordinate representation of color #73361C: hue angle of 17.93º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73361C is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB1155428-
CMYK00.530.760.55
HSL17.93º60.84%28.04%-
HSV(B)17.93º75.65%45.1%-
XYZ8.66.371.87-
YUV69.28104.71160.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.38%
GREEN value IS 54 (21.48% from 255) = 27.41%
BLUE value IS 28 (11.33% from 255) = 14.21%
R=58.38%
G=27.41%
B=14.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115542800.530.760.5517.9360.8428.04
Hex73361C0354C37123d1c
Octal163663406511467227534
Binary111001111011011100011010110011001101111001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,54,28); }

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

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

 a { background-color: rgb(115,54,28); }

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

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

 span { border-color: rgb(115,54,28); }

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