#72441C

Color #72441C Antique Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique Brass #72441C

Tints of Antique Brass #72441C

Color information

#72441C (or 0x72441C) is unknown color: approx Antique Brass. HEX triplet: 72, 44 and 1C. RGB value is (114,68,28). Sum of RGB (Red+Green+Blue) = 114+68+28=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 68 (26.95% from 255 or 32.38% from 210); Blue value is 28 (11.33% from 255 or 13.33% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #72441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72441C is #8DBBE3. Grayscale: #4D4D4D. Windows color (decimal): -9288676 or 1852530. OLE color: 1852530.

HSL color Cylindrical-coordinate representation of color #72441C: hue angle of 27.91º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #72441C is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1146828-
CMYK00.400.750.55
HSL27.91º60.56%27.84%-
HSV(B)27.91º75.44%44.71%-
XYZ9.227.82.12-
YUV77.19100.24154.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.29%
GREEN value IS 68 (26.95% from 255) = 32.38%
BLUE value IS 28 (11.33% from 255) = 13.33%
R=54.29%
G=32.38%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114682800.400.750.5527.9160.5627.84
Hex72441C0284B371c3d1c
Octal1621043405011367347534
Binary1110010100010011100010100010010111101111110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72441C; }

 p { color: rgb(114,68,28); }

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

<style>
 a { background-color: #72441C; }

 a { background-color: rgb(114,68,28); }

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

<style>
 span { border-color: #72441C; }

 span { border-color: rgb(114,68,28); }

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