#723B21

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

Shades of Peru Tan #723B21

Tints of Peru Tan #723B21

Color information

#723B21 (or 0x723B21) is unknown color: approx Peru Tan. HEX triplet: 72, 3B and 21. RGB value is (114,59,33). Sum of RGB (Red+Green+Blue) = 114+59+33=206 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.34% from 206); Green value is 59 (23.44% from 255 or 28.64% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 114 - color contains mainly: red. Hex color #723B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723B21 is #8DC4DE. Grayscale: #484848. Windows color (decimal): -9290975 or 2177906. OLE color: 2177906.

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

Color convert

RGB1145933-
CMYK00.480.710.55
HSL19.26º55.1%28.82%-
HSV(B)19.26º71.05%44.71%-
XYZ8.786.822.29-
YUV72.48105.72157.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.34%
GREEN value IS 59 (23.44% from 255) = 28.64%
BLUE value IS 33 (13.28% from 255) = 16.02%
R=55.34%
G=28.64%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114593300.480.710.5519.2655.128.82
Hex723B21030473713371d
Octal162734106010767236735
Binary1110010111011100001011000010001111101111001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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