#714218

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

Shades of Antique Brass #714218

Tints of Antique Brass #714218

Color information

#714218 (or 0x714218) is unknown color: approx Antique Brass. HEX triplet: 71, 42 and 18. RGB value is (113,66,24). Sum of RGB (Red+Green+Blue) = 113+66+24=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #714218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714218 is #8EBDE7. Grayscale: #4B4B4B. Windows color (decimal): -9354728 or 1589873. OLE color: 1589873.

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

Color convert

RGB1136624-
CMYK00.420.790.56
HSL28.31º64.96%26.86%-
HSV(B)28.31º78.76%44.31%-
XYZ8.927.471.84-
YUV75.2699.07154.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=55.67%
G=32.51%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113662400.420.790.5628.3164.9626.86
Hex71421802A4F381c411b
Octal16110230052117703410133
Binary11100011000010110000101010100111111100011100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714218; }

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

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

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

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

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

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

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

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