#723315

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

Shades of Peru Tan #723315

Tints of Peru Tan #723315

Color information

#723315 (or 0x723315) is unknown color: approx Peru Tan. HEX triplet: 72, 33 and 15. RGB value is (114,51,21). Sum of RGB (Red+Green+Blue) = 114+51+21=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 21 (8.59% from 255 or 11.29% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #723315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723315 is #8DCCEA. Grayscale: #424242. Windows color (decimal): -9293035 or 1389426. OLE color: 1389426.

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

Color convert

RGB1145121-
CMYK00.550.820.55
HSL19.35º68.89%26.47%-
HSV(B)19.35º81.58%44.71%-
XYZ8.2661.43-
YUV66.42102.37161.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 51 (20.31% from 255) = 27.42%
BLUE value IS 21 (8.59% from 255) = 11.29%
R=61.29%
G=27.42%
B=11.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114512100.550.820.5519.3568.8926.47
Hex723315037523713451a
Octal1626325067122672310532
Binary1110010110011101010110111101001011011110011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723315; }

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

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

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

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

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

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

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

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