#714C21

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

Shades of Antique Brass #714C21

Tints of Antique Brass #714C21

Color information

#714C21 (or 0x714C21) is unknown color: approx Antique Brass. HEX triplet: 71, 4C and 21. RGB value is (113,76,33). Sum of RGB (Red+Green+Blue) = 113+76+33=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #714C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C21 is #8EB3DE. Grayscale: #525252. Windows color (decimal): -9352159 or 2182257. OLE color: 2182257.

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

Color convert

RGB1137633-
CMYK00.330.710.56
HSL32.25º54.79%28.63%-
HSV(B)32.25º70.8%44.31%-
XYZ9.678.792.63-
YUV82.16100.26150-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=50.90%
G=34.23%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113763300.330.710.5632.2554.7928.63
Hex714C21021473820371d
Octal1611144104110770406735
Binary111000110011001000010100001100011111100010000011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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