#72394A

Color #72394A Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #72394A

Tints of Tawny Port #72394A

Color information

#72394A (or 0x72394A) is unknown color: approx Tawny Port. HEX triplet: 72, 39 and 4A. RGB value is (114,57,74). Sum of RGB (Red+Green+Blue) = 114+57+74=245 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.53% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 114 - color contains mainly: red. Hex color #72394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72394A is #8DC6B5. Grayscale: #4B4B4B. Windows color (decimal): -9291446 or 4864370. OLE color: 4864370.

HSL color Cylindrical-coordinate representation of color #72394A: hue angle of 342.11º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72394A is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1145774-
CMYK00.500.350.55
HSL342.11º33.33%33.53%-
HSV(B)342.11º50%44.71%-
XYZ9.6477.32-
YUV75.98126.88155.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.53%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=46.53%
G=23.27%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114577400.500.350.55342.1133.3333.53
Hex72394A03223371562122
Octal1627111206243675264142
Binary111001011100110010100110010100011110111101010110100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72394A; }

 p { color: rgb(114,57,74); }

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

<style>
 a { background-color: #72394A; }

 a { background-color: rgb(114,57,74); }

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

<style>
 span { border-color: #72394A; }

 span { border-color: rgb(114,57,74); }

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