#734E1E

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

Shades of Antique Brass #734E1E

Tints of Antique Brass #734E1E

Color information

#734E1E (or 0x734E1E) is unknown color: approx Antique Brass. HEX triplet: 73, 4E and 1E. RGB value is (115,78,30). Sum of RGB (Red+Green+Blue) = 115+78+30=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 30 (12.11% from 255 or 13.45% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #734E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734E1E is #8CB1E1. Grayscale: #535353. Windows color (decimal): -9220578 or 1986163. OLE color: 1986163.

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

Color convert

RGB1157830-
CMYK00.320.740.55
HSL33.88º58.62%28.43%-
HSV(B)33.88º73.91%45.1%-
XYZ10.039.192.47-
YUV83.5997.76150.4-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 30 (12.11% from 255) = 13.45%
R=51.57%
G=34.98%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115783000.320.740.5533.8858.6228.43
Hex734E1E0204A37223b1c
Octal1631163604011267427334
Binary11100111001110111100100000100101011011110001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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