#734217

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

Shades of Antique Brass #734217

Tints of Antique Brass #734217

Color information

#734217 (or 0x734217) is unknown color: approx Antique Brass. HEX triplet: 73, 42 and 17. RGB value is (115,66,23). Sum of RGB (Red+Green+Blue) = 115+66+23=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 23 (9.38% from 255 or 11.27% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #734217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #734217 is #8CBDE8. Grayscale: #4B4B4B. Windows color (decimal): -9223657 or 1524339. OLE color: 1524339.

HSL color Cylindrical-coordinate representation of color #734217: hue angle of 28.04º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #734217 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB1156623-
CMYK00.430.800.55
HSL28.04º66.67%27.06%-
HSV(B)28.04º80%45.1%-
XYZ9.177.61.79-
YUV75.7598.23156-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.37%
GREEN value IS 66 (26.17% from 255) = 32.35%
BLUE value IS 23 (9.38% from 255) = 11.27%
R=56.37%
G=32.35%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115662300.430.800.5528.0466.6727.06
Hex73421702B50371c431b
Octal16310227053120673410333
Binary11100111000010101110101011101000011011111100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734217; }

 p { color: rgb(115,66,23); }

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

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

 a { background-color: rgb(115,66,23); }

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

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

 span { border-color: rgb(115,66,23); }

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