#734C1F

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

Shades of Antique Brass #734C1F

Tints of Antique Brass #734C1F

Color information

#734C1F (or 0x734C1F) is unknown color: approx Antique Brass. HEX triplet: 73, 4C and 1F. RGB value is (115,76,31). Sum of RGB (Red+Green+Blue) = 115+76+31=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #734C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C1F is #8CB3E0. Grayscale: #525252. Windows color (decimal): -9221089 or 2051187. OLE color: 2051187.

HSL color Cylindrical-coordinate representation of color #734C1F: hue angle of 32.14º 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 #734C1F is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1157631-
CMYK00.340.730.55
HSL32.14º57.53%28.63%-
HSV(B)32.14º73.04%45.1%-
XYZ9.98.912.49-
YUV82.5398.92151.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.80%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 31 (12.5% from 255) = 13.96%
R=51.80%
G=34.23%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115763100.340.730.5532.1457.5328.63
Hex734C1F0224937203a1d
Octal1631143704211167407235
Binary11100111001100111110100010100100111011110000011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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