#723B11

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

Shades of Peru Tan #723B11

Tints of Peru Tan #723B11

Color information

#723B11 (or 0x723B11) is unknown color: approx Peru Tan. HEX triplet: 72, 3B and 11. RGB value is (114,59,17). Sum of RGB (Red+Green+Blue) = 114+59+17=190 (25% of max value = 765). Red value is 114 (44.92% from 255 or 60% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 17 (7.03% from 255 or 8.95% from 190); Max value from RGB is 114 - color contains mainly: red. Hex color #723B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723B11 is #8DC4EE. Grayscale: #464646. Windows color (decimal): -9290991 or 1129330. OLE color: 1129330.

HSL color Cylindrical-coordinate representation of color #723B11: hue angle of 25.98º 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 #723B11 is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1145917-
CMYK00.480.850.55
HSL25.98º74.05%25.69%-
HSV(B)25.98º85.09%44.71%-
XYZ8.66.751.38-
YUV70.6697.72158.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60%
GREEN value IS 59 (23.44% from 255) = 31.05%
BLUE value IS 17 (7.03% from 255) = 8.95%
R=60%
G=31.05%
B=8.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114591700.480.850.5525.9874.0525.69
Hex723B1103055371a4a1a
Octal1627321060125673211232
Binary1110010111011100010110000101010111011111010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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