#734B24

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

Shades of Antique Brass #734B24

Tints of Antique Brass #734B24

Color information

#734B24 (or 0x734B24) is unknown color: approx Antique Brass. HEX triplet: 73, 4B and 24. RGB value is (115,75,36). Sum of RGB (Red+Green+Blue) = 115+75+36=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 36 (14.45% from 255 or 15.93% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #734B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734B24 is #8CB4DB. Grayscale: #525252. Windows color (decimal): -9221340 or 2378611. OLE color: 2378611.

HSL color Cylindrical-coordinate representation of color #734B24: hue angle of 29.62º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #734B24 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB1157536-
CMYK00.350.690.55
HSL29.62º52.32%29.61%-
HSV(B)29.62º68.7%45.1%-
XYZ9.98.82.85-
YUV82.51101.75151.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 75 (29.69% from 255) = 33.19%
BLUE value IS 36 (14.45% from 255) = 15.93%
R=50.88%
G=33.19%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115753600.350.690.5529.6252.3229.61
Hex734B2402345371e341e
Octal1631134404310567366436
Binary11100111001011100100010001110001011101111111011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,75,36); }

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

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

 a { background-color: rgb(115,75,36); }

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

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

 span { border-color: rgb(115,75,36); }

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