#723C1B

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

Shades of Peru Tan #723C1B

Tints of Peru Tan #723C1B

Color information

#723C1B (or 0x723C1B) is unknown color: approx Peru Tan. HEX triplet: 72, 3C and 1B. RGB value is (114,60,27). Sum of RGB (Red+Green+Blue) = 114+60+27=201 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.72% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 27 (10.94% from 255 or 13.43% from 201); Max value from RGB is 114 - color contains mainly: red. Hex color #723C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723C1B is #8DC3E4. Grayscale: #484848. Windows color (decimal): -9290725 or 1784946. OLE color: 1784946.

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

Color convert

RGB1146027-
CMYK00.470.760.55
HSL22.76º61.7%27.65%-
HSV(B)22.76º76.32%44.71%-
XYZ8.756.891.91-
YUV72.38102.39157.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.72%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 27 (10.94% from 255) = 13.43%
R=56.72%
G=29.85%
B=13.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114602700.470.760.5522.7661.727.65
Hex723C1B02F4C37173e1c
Octal162743305711467277634
Binary111001011110011011010111110011001101111011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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