#734E1F

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

Shades of Antique Brass #734E1F

Tints of Antique Brass #734E1F

Color information

#734E1F (or 0x734E1F) is unknown color: approx Antique Brass. HEX triplet: 73, 4E and 1F. RGB value is (115,78,31). Sum of RGB (Red+Green+Blue) = 115+78+31=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #734E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734E1F is #8CB1E0. Grayscale: #535353. Windows color (decimal): -9220577 or 2051699. OLE color: 2051699.

HSL color Cylindrical-coordinate representation of color #734E1F: hue angle of 33.57º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #734E1F is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1157831-
CMYK00.320.730.55
HSL33.57º57.53%28.63%-
HSV(B)33.57º73.04%45.1%-
XYZ10.049.192.54-
YUV83.798.26150.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.34%
GREEN value IS 78 (30.86% from 255) = 34.82%
BLUE value IS 31 (12.5% from 255) = 13.84%
R=51.34%
G=34.82%
B=13.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115783100.320.730.5533.5757.5328.63
Hex734E1F0204937223a1d
Octal1631163704011167427235
Binary11100111001110111110100000100100111011110001011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734E1F; }

 p { color: rgb(115,78,31); }

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

<style>
 a { background-color: #734E1F; }

 a { background-color: rgb(115,78,31); }

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

<style>
 span { border-color: #734E1F; }

 span { border-color: rgb(115,78,31); }

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