#73360D

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

Shades of Peru Tan #73360D

Tints of Peru Tan #73360D

Color information

#73360D (or 0x73360D) is unknown color: approx Peru Tan. HEX triplet: 73, 36 and 0D. RGB value is (115,54,13). Sum of RGB (Red+Green+Blue) = 115+54+13=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #73360D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #73360D is #8CC9F2. Grayscale: #434343. Windows color (decimal): -9226739 or 865907. OLE color: 865907.

HSL color Cylindrical-coordinate representation of color #73360D: hue angle of 24.12º 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 #73360D is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB1155413-
CMYK00.530.890.55
HSL24.12º79.69%25.1%-
HSV(B)24.12º88.7%45.1%-
XYZ8.466.311.15-
YUV67.5697.21161.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.19%
GREEN value IS 54 (21.48% from 255) = 29.67%
BLUE value IS 13 (5.47% from 255) = 7.14%
R=63.19%
G=29.67%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.89
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115541300.530.890.5524.1279.6925.1
Hex7336D0355937185019
Octal1636615065131673012031
Binary111001111011011010110101101100111011111000101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73360D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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