#723a1b

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

Shades of Peru Tan #723A1B

Tints of Peru Tan #723A1B

Color information

#723A1B (or 0x723A1B) is unknown color: approx Peru Tan. HEX triplet: 72, 3A and 1B. RGB value is (114,58,27). Sum of RGB (Red+Green+Blue) = 114+58+27=199 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.29% from 199); Green value is 58 (23.05% from 255 or 29.15% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 114 - color contains mainly: red. Hex color #723A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723A1B is #8DC5E4. Grayscale: #474747. Windows color (decimal): -9291237 or 1784434. OLE color: 1784434.

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

Color convert

RGB1145827-
CMYK00.490.760.55
HSL21.38º61.7%27.65%-
HSV(B)21.38º76.32%44.71%-
XYZ8.656.681.87-
YUV71.21103.05158.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57.29%
GREEN value IS 58 (23.05% from 255) = 29.15%
BLUE value IS 27 (10.94% from 255) = 13.57%
R=57.29%
G=29.15%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114582700.490.760.5521.3861.727.65
Hex723A1B0314C37153e1c
Octal162723306111467257634
Binary111001011101011011011000110011001101111010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723a1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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