#714115

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

Shades of Antique Brass #714115

Tints of Antique Brass #714115

Color information

#714115 (or 0x714115) is unknown color: approx Antique Brass. HEX triplet: 71, 41 and 15. RGB value is (113,65,21). Sum of RGB (Red+Green+Blue) = 113+65+21=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 21 (8.59% from 255 or 10.55% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #714115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714115 is #8EBEEA. Grayscale: #4A4A4A. Windows color (decimal): -9354987 or 1393009. OLE color: 1393009.

HSL color Cylindrical-coordinate representation of color #714115: hue angle of 28.7º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #714115 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1136521-
CMYK00.420.810.56
HSL28.7º68.66%26.27%-
HSV(B)28.7º81.42%44.31%-
XYZ8.847.351.66-
YUV74.3497.9155.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 56.78%
GREEN value IS 65 (25.78% from 255) = 32.66%
BLUE value IS 21 (8.59% from 255) = 10.55%
R=56.78%
G=32.66%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113652100.420.810.5628.768.6626.27
Hex71411502A51381d451a
Octal16110125052121703510532
Binary11100011000001101010101010101000111100011101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714115; }

 p { color: rgb(113,65,21); }

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

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

 a { background-color: rgb(113,65,21); }

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

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

 span { border-color: rgb(113,65,21); }

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