#714C23

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

Shades of Antique Brass #714C23

Tints of Antique Brass #714C23

Color information

#714C23 (or 0x714C23) is unknown color: approx Antique Brass. HEX triplet: 71, 4C and 23. RGB value is (113,76,35). Sum of RGB (Red+Green+Blue) = 113+76+35=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #714C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C23 is #8EB3DC. Grayscale: #525252. Windows color (decimal): -9352157 or 2313329. OLE color: 2313329.

HSL color Cylindrical-coordinate representation of color #714C23: hue angle of 31.54º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #714C23 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB1137635-
CMYK00.330.690.56
HSL31.54º52.7%29.02%-
HSV(B)31.54º69.03%44.31%-
XYZ9.78.82.78-
YUV82.39101.26149.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 35 (14.06% from 255) = 15.62%
R=50.45%
G=33.93%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113763500.330.690.5631.5452.729.02
Hex714C23021453820351d
Octal1611144304110570406535
Binary111000110011001000110100001100010111100010000011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,76,35); }

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

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

 a { background-color: rgb(113,76,35); }

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

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

 span { border-color: rgb(113,76,35); }

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