#734E22

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

Shades of Antique Brass #734E22

Tints of Antique Brass #734E22

Color information

#734E22 (or 0x734E22) is unknown color: approx Antique Brass. HEX triplet: 73, 4E and 22. RGB value is (115,78,34). Sum of RGB (Red+Green+Blue) = 115+78+34=227 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.66% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 115 - color contains mainly: red. Hex color #734E22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734E22 is #8CB1DD. Grayscale: #545454. Windows color (decimal): -9220574 or 2248307. OLE color: 2248307.

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

Color convert

RGB1157834-
CMYK00.320.700.55
HSL32.59º54.36%29.22%-
HSV(B)32.59º70.43%45.1%-
XYZ10.089.212.76-
YUV84.0599.76150.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.66%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 34 (13.67% from 255) = 14.98%
R=50.66%
G=34.36%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115783400.320.700.5532.5954.3629.22
Hex734E22020463721361d
Octal1631164204010667416635
Binary111001110011101000100100000100011011011110000111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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