#723013

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

Shades of Peru Tan #723013

Tints of Peru Tan #723013

Color information

#723013 (or 0x723013) is unknown color: approx Peru Tan. HEX triplet: 72, 30 and 13. RGB value is (114,48,19). Sum of RGB (Red+Green+Blue) = 114+48+19=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #723013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723013 is #8DCFEC. Grayscale: #404040. Windows color (decimal): -9293805 or 1257586. OLE color: 1257586.

HSL color Cylindrical-coordinate representation of color #723013: hue angle of 18.32º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #723013 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1144819-
CMYK00.580.830.55
HSL18.32º71.43%26.08%-
HSV(B)18.32º83.33%44.71%-
XYZ8.115.741.3-
YUV64.43102.37163.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.98%
GREEN value IS 48 (19.14% from 255) = 26.52%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=62.98%
G=26.52%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114481900.580.830.5518.3271.4326.08
Hex72301303A533712471a
Octal1626023072123672210732
Binary1110010110000100110111010101001111011110010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723013; }

 p { color: rgb(114,48,19); }

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

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

 a { background-color: rgb(114,48,19); }

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

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

 span { border-color: rgb(114,48,19); }

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