#723916

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

Shades of Peru Tan #723916

Tints of Peru Tan #723916

Color information

#723916 (or 0x723916) is unknown color: approx Peru Tan. HEX triplet: 72, 39 and 16. RGB value is (114,57,22). Sum of RGB (Red+Green+Blue) = 114+57+22=193 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.07% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 22 (8.98% from 255 or 11.40% from 193); Max value from RGB is 114 - color contains mainly: red. Hex color #723916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723916 is #8DC6E9. Grayscale: #464646. Windows color (decimal): -9291498 or 1456498. OLE color: 1456498.

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

Color convert

RGB1145722-
CMYK00.500.810.55
HSL22.83º67.65%26.67%-
HSV(B)22.83º80.7%44.71%-
XYZ8.556.561.58-
YUV70.05100.88159.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 59.07%
GREEN value IS 57 (22.66% from 255) = 29.53%
BLUE value IS 22 (8.98% from 255) = 11.40%
R=59.07%
G=29.53%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114572200.500.810.5522.8367.6526.67
Hex723916032513717441b
Octal1627126062121672710433
Binary1110010111001101100110010101000111011110111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723916; }

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

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

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

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

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

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

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

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