#714618

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

Shades of Antique Brass #714618

Tints of Antique Brass #714618

Color information

#714618 (or 0x714618) is unknown color: approx Antique Brass. HEX triplet: 71, 46 and 18. RGB value is (113,70,24). Sum of RGB (Red+Green+Blue) = 113+70+24=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 24 (9.77% from 255 or 11.59% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #714618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714618 is #8EB9E7. Grayscale: #4D4D4D. Windows color (decimal): -9353704 or 1590897. OLE color: 1590897.

HSL color Cylindrical-coordinate representation of color #714618: hue angle of 31.01º 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 #714618 is Cyan = 0, Magento = 0.38, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB1137024-
CMYK00.380.790.56
HSL31.01º64.96%26.86%-
HSV(B)31.01º78.76%44.31%-
XYZ9.177.961.92-
YUV77.6197.75153.24-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 70 (27.73% from 255) = 33.82%
BLUE value IS 24 (9.77% from 255) = 11.59%
R=54.59%
G=33.82%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113702400.380.790.5631.0164.9626.86
Hex7146180264F381f411b
Octal16110630046117703710133
Binary11100011000110110000100110100111111100011111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714618; }

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

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

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

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

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

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

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

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