#723913

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

Shades of Peru Tan #723913

Tints of Peru Tan #723913

Color information

#723913 (or 0x723913) is unknown color: approx Peru Tan. HEX triplet: 72, 39 and 13. RGB value is (114,57,19). Sum of RGB (Red+Green+Blue) = 114+57+19=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #723913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723913 is #8DC6EC. Grayscale: #454545. Windows color (decimal): -9291501 or 1259890. OLE color: 1259890.

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

Color convert

RGB1145719-
CMYK00.500.830.55
HSL24º71.43%26.08%-
HSV(B)24º83.33%44.71%-
XYZ8.526.551.43-
YUV69.7199.38159.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 19 (7.81% from 255) = 10%
R=60%
G=30%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114571900.500.830.552471.4326.08
Hex723913032533718471a
Octal1627123062123673010732
Binary1110010111001100110110010101001111011111000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723913; }

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

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

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

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

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

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

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

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