#723A1F

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

Shades of Peru Tan #723A1F

Tints of Peru Tan #723A1F

Color information

#723A1F (or 0x723A1F) is unknown color: approx Peru Tan. HEX triplet: 72, 3A and 1F. RGB value is (114,58,31). Sum of RGB (Red+Green+Blue) = 114+58+31=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #723A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A1F is #8DC5E0. Grayscale: #474747. Windows color (decimal): -9291233 or 2046578. OLE color: 2046578.

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

Color convert

RGB1145831-
CMYK00.490.730.55
HSL19.52º57.24%28.43%-
HSV(B)19.52º72.81%44.71%-
XYZ8.76.72.13-
YUV71.67105.05158.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 58 (23.05% from 255) = 28.57%
BLUE value IS 31 (12.5% from 255) = 15.27%
R=56.16%
G=28.57%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114583100.490.730.5519.5257.2428.43
Hex723A1F031493714391c
Octal162723706111167247134
Binary111001011101011111011000110010011101111010011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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