#723A15

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

Shades of Peru Tan #723A15

Tints of Peru Tan #723A15

Color information

#723A15 (or 0x723A15) is unknown color: approx Peru Tan. HEX triplet: 72, 3A and 15. RGB value is (114,58,21). Sum of RGB (Red+Green+Blue) = 114+58+21=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 21 (8.59% from 255 or 10.88% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #723A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723A15 is #8DC5EA. Grayscale: #464646. Windows color (decimal): -9291243 or 1391218. OLE color: 1391218.

HSL color Cylindrical-coordinate representation of color #723A15: hue angle of 23.87º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #723A15 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB1145821-
CMYK00.490.820.55
HSL23.87º68.89%26.47%-
HSV(B)23.87º81.58%44.71%-
XYZ8.596.661.54-
YUV70.53100.05159.01-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 21 (8.59% from 255) = 10.88%
R=59.07%
G=30.05%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114582100.490.820.5523.8768.8926.47
Hex723A15031523718451a
Octal1627225061122673010532
Binary1110010111010101010110001101001011011111000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723A15; }

 p { color: rgb(114,58,21); }

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

<style>
 a { background-color: #723A15; }

 a { background-color: rgb(114,58,21); }

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

<style>
 span { border-color: #723A15; }

 span { border-color: rgb(114,58,21); }

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