#723D1B

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

Shades of Peru Tan #723D1B

Tints of Peru Tan #723D1B

Color information

#723D1B (or 0x723D1B) is unknown color: approx Peru Tan. HEX triplet: 72, 3D and 1B. RGB value is (114,61,27). Sum of RGB (Red+Green+Blue) = 114+61+27=202 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.44% from 202); Green value is 61 (24.22% from 255 or 30.20% from 202); Blue value is 27 (10.94% from 255 or 13.37% from 202); Max value from RGB is 114 - color contains mainly: red. Hex color #723D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723D1B is #8DC2E4. Grayscale: #494949. Windows color (decimal): -9290469 or 1785202. OLE color: 1785202.

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

Color convert

RGB1146127-
CMYK00.460.760.55
HSL23.45º61.7%27.65%-
HSV(B)23.45º76.32%44.71%-
XYZ8.816.991.92-
YUV72.97102.06157.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.44%
GREEN value IS 61 (24.22% from 255) = 30.20%
BLUE value IS 27 (10.94% from 255) = 13.37%
R=56.44%
G=30.20%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114612700.460.760.5523.4561.727.65
Hex723D1B02E4C37173e1c
Octal162753305611467277634
Binary111001011110111011010111010011001101111011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,61,27); }

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

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

 a { background-color: rgb(114,61,27); }

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

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

 span { border-color: rgb(114,61,27); }

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