#723A0F

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

Shades of Peru Tan #723A0F

Tints of Peru Tan #723A0F

Color information

#723A0F (or 0x723A0F) is unknown color: approx Peru Tan. HEX triplet: 72, 3A and 0F. RGB value is (114,58,15). Sum of RGB (Red+Green+Blue) = 114+58+15=187 (24% of max value = 765). Red value is 114 (44.92% from 255 or 60.96% from 187); Green value is 58 (23.05% from 255 or 31.02% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 114 - color contains mainly: red. Hex color #723A0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723A0F is #8DC5F0. Grayscale: #464646. Windows color (decimal): -9291249 or 998002. OLE color: 998002.

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

Color convert

RGB1145815-
CMYK00.490.870.55
HSL26.06º76.74%25.29%-
HSV(B)26.06º86.84%44.71%-
XYZ8.546.641.28-
YUV69.8497.05159.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 60.96%
GREEN value IS 58 (23.05% from 255) = 31.02%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=60.96%
G=31.02%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.87
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114581500.490.870.5526.0676.7425.29
Hex723AF03157371a4d19
Octal1627217061127673211531
Binary111001011101011110110001101011111011111010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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