#73360E

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

Shades of Peru Tan #73360E

Tints of Peru Tan #73360E

Color information

#73360E (or 0x73360E) is unknown color: approx Peru Tan. HEX triplet: 73, 36 and 0E. RGB value is (115,54,14). Sum of RGB (Red+Green+Blue) = 115+54+14=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 54 (21.48% from 255 or 29.51% from 183); Blue value is 14 (5.86% from 255 or 7.65% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #73360E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73360E is #8CC9F1. Grayscale: #434343. Windows color (decimal): -9226738 or 931443. OLE color: 931443.

HSL color Cylindrical-coordinate representation of color #73360E: hue angle of 23.76º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73360E is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1155414-
CMYK00.530.880.55
HSL23.76º78.29%25.29%-
HSV(B)23.76º87.83%45.1%-
XYZ8.476.311.19-
YUV67.6897.71161.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.84%
GREEN value IS 54 (21.48% from 255) = 29.51%
BLUE value IS 14 (5.86% from 255) = 7.65%
R=62.84%
G=29.51%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115541400.530.880.5523.7678.2925.29
Hex7336E0355837184e19
Octal1636616065130673011631
Binary111001111011011100110101101100011011111000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73360E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73360E; }

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

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

<style>
 a { background-color: #73360E; }

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

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

<style>
 span { border-color: #73360E; }

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

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