#723C1D

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

Shades of Peru Tan #723C1D

Tints of Peru Tan #723C1D

Color information

#723C1D (or 0x723C1D) is unknown color: approx Peru Tan. HEX triplet: 72, 3C and 1D. RGB value is (114,60,29). Sum of RGB (Red+Green+Blue) = 114+60+29=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 29 (11.72% from 255 or 14.29% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #723C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723C1D is #8DC3E2. Grayscale: #484848. Windows color (decimal): -9290723 or 1916018. OLE color: 1916018.

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

Color convert

RGB1146029-
CMYK00.470.750.55
HSL21.88º59.44%28.04%-
HSV(B)21.88º74.56%44.71%-
XYZ8.786.92.03-
YUV72.61103.39157.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 60 (23.83% from 255) = 29.56%
BLUE value IS 29 (11.72% from 255) = 14.29%
R=56.16%
G=29.56%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114602900.470.750.5521.8859.4428.04
Hex723C1D02F4B37163b1c
Octal162743505711367267334
Binary111001011110011101010111110010111101111011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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