#723A0E

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

Shades of Peru Tan #723A0E

Tints of Peru Tan #723A0E

Color information

#723A0E (or 0x723A0E) is unknown color: approx Peru Tan. HEX triplet: 72, 3A and 0E. RGB value is (114,58,14). Sum of RGB (Red+Green+Blue) = 114+58+14=186 (24% of max value = 765). Red value is 114 (44.92% from 255 or 61.29% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 114 - color contains mainly: red. Hex color #723A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723A0E is #8DC5F1. Grayscale: #454545. Windows color (decimal): -9291250 or 932466. OLE color: 932466.

HSL color Cylindrical-coordinate representation of color #723A0E: hue angle of 26.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #723A0E is Cyan = 0, Magento = 0.49, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB1145814-
CMYK00.490.880.55
HSL26.4º78.12%25.1%-
HSV(B)26.4º87.72%44.71%-
XYZ8.536.641.25-
YUV69.7396.55159.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 61.29%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 14 (5.86% from 255) = 7.53%
R=61.29%
G=31.18%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114581400.490.880.5526.478.1225.1
Hex723AE03158371a4e19
Octal1627216061130673211631
Binary111001011101011100110001101100011011111010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,58,14); }

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

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

 a { background-color: rgb(114,58,14); }

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

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

 span { border-color: rgb(114,58,14); }

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