#714518

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

Shades of Antique Brass #714518

Tints of Antique Brass #714518

Color information

#714518 (or 0x714518) is unknown color: approx Antique Brass. HEX triplet: 71, 45 and 18. RGB value is (113,69,24). Sum of RGB (Red+Green+Blue) = 113+69+24=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #714518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714518 is #8EBAE7. Grayscale: #4D4D4D. Windows color (decimal): -9353960 or 1590641. OLE color: 1590641.

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

Color convert

RGB1136924-
CMYK00.390.790.56
HSL30.34º64.96%26.86%-
HSV(B)30.34º78.76%44.31%-
XYZ9.17.831.9-
YUV77.0398.08153.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 69 (27.34% from 255) = 33.50%
BLUE value IS 24 (9.77% from 255) = 11.65%
R=54.85%
G=33.50%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113692400.390.790.5630.3464.9626.86
Hex7145180274F381e411b
Octal16110530047117703610133
Binary11100011000101110000100111100111111100011110100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714518; }

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

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

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

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

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

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

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

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