#704C1D

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

Shades of Antique Brass #704C1D

Tints of Antique Brass #704C1D

Color information

#704C1D (or 0x704C1D) is unknown color: approx Antique Brass. HEX triplet: 70, 4C and 1D. RGB value is (112,76,29). Sum of RGB (Red+Green+Blue) = 112+76+29=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 29 (11.72% from 255 or 13.36% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #704C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C1D is #8FB3E2. Grayscale: #515151. Windows color (decimal): -9417699 or 1920112. OLE color: 1920112.

HSL color Cylindrical-coordinate representation of color #704C1D: hue angle of 33.98º 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 #704C1D is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB1127629-
CMYK00.320.740.56
HSL33.98º58.87%27.65%-
HSV(B)33.98º74.11%43.92%-
XYZ9.498.72.34-
YUV81.4198.43149.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.61%
GREEN value IS 76 (30.08% from 255) = 35.02%
BLUE value IS 29 (11.72% from 255) = 13.36%
R=51.61%
G=35.02%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112762900.320.740.5633.9858.8727.65
Hex704C1D0204A38223b1c
Octal1601143504011270427334
Binary11100001001100111010100000100101011100010001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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