#723A1C

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

Shades of Peru Tan #723A1C

Tints of Peru Tan #723A1C

Color information

#723A1C (or 0x723A1C) is unknown color: approx Peru Tan. HEX triplet: 72, 3A and 1C. RGB value is (114,58,28). Sum of RGB (Red+Green+Blue) = 114+58+28=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #723A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A1C is #8DC5E3. Grayscale: #474747. Windows color (decimal): -9291236 or 1849970. OLE color: 1849970.

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

Color convert

RGB1145828-
CMYK00.490.750.55
HSL20.93º60.56%27.84%-
HSV(B)20.93º75.44%44.71%-
XYZ8.666.691.93-
YUV71.32103.55158.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 58 (23.05% from 255) = 29%
BLUE value IS 28 (11.33% from 255) = 14%
R=57%
G=29%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114582800.490.750.5520.9360.5627.84
Hex723A1C0314B37153d1c
Octal162723406111367257534
Binary111001011101011100011000110010111101111010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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