#723B16

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

Shades of Peru Tan #723B16

Tints of Peru Tan #723B16

Color information

#723B16 (or 0x723B16) is unknown color: approx Peru Tan. HEX triplet: 72, 3B and 16. RGB value is (114,59,22). Sum of RGB (Red+Green+Blue) = 114+59+22=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 59 (23.44% from 255 or 30.26% from 195); Blue value is 22 (8.98% from 255 or 11.28% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #723B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723B16 is #8DC4E9. Grayscale: #474747. Windows color (decimal): -9290986 or 1457010. OLE color: 1457010.

HSL color Cylindrical-coordinate representation of color #723B16: hue angle of 24.13º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #723B16 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1145922-
CMYK00.480.810.55
HSL24.13º67.65%26.67%-
HSV(B)24.13º80.7%44.71%-
XYZ8.656.761.61-
YUV71.23100.22158.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.46%
GREEN value IS 59 (23.44% from 255) = 30.26%
BLUE value IS 22 (8.98% from 255) = 11.28%
R=58.46%
G=30.26%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114592200.480.810.5524.1367.6526.67
Hex723B16030513718441b
Octal1627326060121673010433
Binary1110010111011101100110000101000111011111000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,59,22); }

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

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

 a { background-color: rgb(114,59,22); }

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

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

 span { border-color: rgb(114,59,22); }

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