#72461D

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

Shades of Antique Brass #72461D

Tints of Antique Brass #72461D

Color information

#72461D (or 0x72461D) is unknown color: approx Antique Brass. HEX triplet: 72, 46 and 1D. RGB value is (114,70,29). Sum of RGB (Red+Green+Blue) = 114+70+29=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 29 (11.72% from 255 or 13.62% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72461D is #8DB9E2. Grayscale: #4E4E4E. Windows color (decimal): -9288163 or 1918578. OLE color: 1918578.

HSL color Cylindrical-coordinate representation of color #72461D: hue angle of 28.94º degrees, saturation: 0.59, 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 #72461D is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1147029-
CMYK00.390.750.55
HSL28.94º59.44%28.04%-
HSV(B)28.94º74.56%44.71%-
XYZ9.358.052.22-
YUV78.48100.08153.33-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.52%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 29 (11.72% from 255) = 13.62%
R=53.52%
G=32.86%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114702900.390.750.5528.9459.4428.04
Hex72461D0274B371d3b1c
Octal1621063504711367357334
Binary1110010100011011101010011110010111101111110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72461D; }

 p { color: rgb(114,70,29); }

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

<style>
 a { background-color: #72461D; }

 a { background-color: rgb(114,70,29); }

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

<style>
 span { border-color: #72461D; }

 span { border-color: rgb(114,70,29); }

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