#714E22

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

Shades of Antique Brass #714E22

Tints of Antique Brass #714E22

Color information

#714E22 (or 0x714E22) is unknown color: approx Antique Brass. HEX triplet: 71, 4E and 22. RGB value is (113,78,34). Sum of RGB (Red+Green+Blue) = 113+78+34=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #714E22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E22 is #8EB1DD. Grayscale: #535353. Windows color (decimal): -9351646 or 2248305. OLE color: 2248305.

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

Color convert

RGB1137834-
CMYK00.310.700.56
HSL33.42º53.74%28.82%-
HSV(B)33.42º69.91%44.31%-
XYZ9.829.072.75-
YUV83.45100.1149.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 34 (13.67% from 255) = 15.11%
R=50.22%
G=34.67%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.70
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113783400.310.700.5633.4253.7428.82
Hex714E2201F463821361d
Octal1611164203710670416635
Binary11100011001110100010011111100011011100010000111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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