#714E21

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

Shades of Antique Brass #714E21

Tints of Antique Brass #714E21

Color information

#714E21 (or 0x714E21) is unknown color: approx Antique Brass. HEX triplet: 71, 4E and 21. RGB value is (113,78,33). Sum of RGB (Red+Green+Blue) = 113+78+33=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #714E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E21 is #8EB1DE. Grayscale: #535353. Windows color (decimal): -9351647 or 2182769. OLE color: 2182769.

HSL color Cylindrical-coordinate representation of color #714E21: hue angle of 33.75º 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 #714E21 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1137833-
CMYK00.310.710.56
HSL33.75º54.79%28.63%-
HSV(B)33.75º70.8%44.31%-
XYZ9.819.072.67-
YUV83.3499.6149.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 78 (30.86% from 255) = 34.82%
BLUE value IS 33 (13.28% from 255) = 14.73%
R=50.45%
G=34.82%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113783300.310.710.5633.7554.7928.63
Hex714E2101F473822371d
Octal1611164103710770426735
Binary11100011001110100001011111100011111100010001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714E21; }

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

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

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

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

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

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

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

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