#723211

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

Shades of Peru Tan #723211

Tints of Peru Tan #723211

Color information

#723211 (or 0x723211) is unknown color: approx Peru Tan. HEX triplet: 72, 32 and 11. RGB value is (114,50,17). Sum of RGB (Red+Green+Blue) = 114+50+17=181 (23% of max value = 765). Red value is 114 (44.92% from 255 or 62.98% from 181); Green value is 50 (19.92% from 255 or 27.62% from 181); Blue value is 17 (7.03% from 255 or 9.39% from 181); Max value from RGB is 114 - color contains mainly: red. Hex color #723211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723211 is #8DCDEE. Grayscale: #414141. Windows color (decimal): -9293295 or 1127026. OLE color: 1127026.

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

Color convert

RGB1145017-
CMYK00.560.850.55
HSL20.41º74.05%25.69%-
HSV(B)20.41º85.09%44.71%-
XYZ8.185.91.24-
YUV65.37100.7162.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 62.98%
GREEN value IS 50 (19.92% from 255) = 27.62%
BLUE value IS 17 (7.03% from 255) = 9.39%
R=62.98%
G=27.62%
B=9.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114501700.560.850.5520.4174.0525.69
Hex7232110385537144a1a
Octal1626221070125672411232
Binary1110010110010100010111000101010111011110100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723211; }

 p { color: rgb(114,50,17); }

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

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

 a { background-color: rgb(114,50,17); }

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

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

 span { border-color: rgb(114,50,17); }

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