#723A18

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

Shades of Peru Tan #723A18

Tints of Peru Tan #723A18

Color information

#723A18 (or 0x723A18) is unknown color: approx Peru Tan. HEX triplet: 72, 3A and 18. RGB value is (114,58,24). Sum of RGB (Red+Green+Blue) = 114+58+24=196 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.16% from 196); Green value is 58 (23.05% from 255 or 29.59% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 114 - color contains mainly: red. Hex color #723A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #723A18 is #8DC5E7. Grayscale: #474747. Windows color (decimal): -9291240 or 1587826. OLE color: 1587826.

HSL color Cylindrical-coordinate representation of color #723A18: hue angle of 22.67º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #723A18 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB1145824-
CMYK00.490.790.55
HSL22.67º65.22%27.06%-
HSV(B)22.67º78.95%44.71%-
XYZ8.626.671.7-
YUV70.87101.55158.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 58.16%
GREEN value IS 58 (23.05% from 255) = 29.59%
BLUE value IS 24 (9.77% from 255) = 12.24%
R=58.16%
G=29.59%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114582400.490.790.5522.6765.2227.06
Hex723A180314F3717411b
Octal1627230061117672710133
Binary1110010111010110000110001100111111011110111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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