#714C1D

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

Shades of Antique Brass #714C1D

Tints of Antique Brass #714C1D

Color information

#714C1D (or 0x714C1D) is unknown color: approx Antique Brass. HEX triplet: 71, 4C and 1D. RGB value is (113,76,29). Sum of RGB (Red+Green+Blue) = 113+76+29=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #714C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C1D is #8EB3E2. Grayscale: #515151. Windows color (decimal): -9352163 or 1920113. OLE color: 1920113.

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

Color convert

RGB1137629-
CMYK00.330.740.56
HSL33.57º59.15%27.84%-
HSV(B)33.57º74.34%44.31%-
XYZ9.628.772.35-
YUV81.798.26150.32-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.83%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 29 (11.72% from 255) = 13.30%
R=51.83%
G=34.86%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113762900.330.740.5633.5759.1527.84
Hex714C1D0214A38223b1c
Octal1611143504111270427334
Binary11100011001100111010100001100101011100010001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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