#714922

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

Shades of Antique Brass #714922

Tints of Antique Brass #714922

Color information

#714922 (or 0x714922) is unknown color: approx Antique Brass. HEX triplet: 71, 49 and 22. RGB value is (113,73,34). Sum of RGB (Red+Green+Blue) = 113+73+34=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #714922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714922 is #8EB6DD. Grayscale: #505050. Windows color (decimal): -9352926 or 2247025. OLE color: 2247025.

HSL color Cylindrical-coordinate representation of color #714922: hue angle of 29.62º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #714922 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB1137334-
CMYK00.350.700.56
HSL29.62º53.74%28.82%-
HSV(B)29.62º69.91%44.31%-
XYZ9.488.392.63-
YUV80.51101.75151.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 73 (28.91% from 255) = 33.18%
BLUE value IS 34 (13.67% from 255) = 15.45%
R=51.36%
G=33.18%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113733400.350.700.5629.6253.7428.82
Hex71492202346381e361d
Octal1611114204310670366635
Binary11100011001001100010010001110001101110001111011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714922; }

 p { color: rgb(113,73,34); }

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

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

 a { background-color: rgb(113,73,34); }

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

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

 span { border-color: rgb(113,73,34); }

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