#723B1F

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

Shades of Peru Tan #723B1F

Tints of Peru Tan #723B1F

Color information

#723B1F (or 0x723B1F) is unknown color: approx Peru Tan. HEX triplet: 72, 3B and 1F. RGB value is (114,59,31). Sum of RGB (Red+Green+Blue) = 114+59+31=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #723B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723B1F is #8DC4E0. Grayscale: #484848. Windows color (decimal): -9290977 or 2046834. OLE color: 2046834.

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

Color convert

RGB1145931-
CMYK00.480.730.55
HSL20.24º57.24%28.43%-
HSV(B)20.24º72.81%44.71%-
XYZ8.756.82.15-
YUV72.25104.72157.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.88%
GREEN value IS 59 (23.44% from 255) = 28.92%
BLUE value IS 31 (12.5% from 255) = 15.20%
R=55.88%
G=28.92%
B=15.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114593100.480.730.5520.2457.2428.43
Hex723B1F030493714391c
Octal162733706011167247134
Binary111001011101111111011000010010011101111010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,59,31); }

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

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

 a { background-color: rgb(114,59,31); }

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

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

 span { border-color: rgb(114,59,31); }

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