#714521

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

Shades of Antique Brass #714521

Tints of Antique Brass #714521

Color information

#714521 (or 0x714521) is unknown color: approx Antique Brass. HEX triplet: 71, 45 and 21. RGB value is (113,69,33). Sum of RGB (Red+Green+Blue) = 113+69+33=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #714521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714521 is #8EBADE. Grayscale: #4E4E4E. Windows color (decimal): -9353951 or 2180465. OLE color: 2180465.

HSL color Cylindrical-coordinate representation of color #714521: hue angle of 27º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #714521 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1136933-
CMYK00.390.710.56
HSL27º54.79%28.63%-
HSV(B)27º70.8%44.31%-
XYZ9.217.882.47-
YUV78.05102.58152.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 33 (13.28% from 255) = 15.35%
R=52.56%
G=32.09%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113693300.390.710.562754.7928.63
Hex71452102747381b371d
Octal1611054104710770336735
Binary11100011000101100001010011110001111110001101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714521; }

 p { color: rgb(113,69,33); }

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

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

 a { background-color: rgb(113,69,33); }

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

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

 span { border-color: rgb(113,69,33); }

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