#704A1F

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

Shades of Antique Brass #704A1F

Tints of Antique Brass #704A1F

Color information

#704A1F (or 0x704A1F) is unknown color: approx Antique Brass. HEX triplet: 70, 4A and 1F. RGB value is (112,74,31). Sum of RGB (Red+Green+Blue) = 112+74+31=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 74 (29.30% from 255 or 34.10% from 217); Blue value is 31 (12.5% from 255 or 14.29% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #704A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A1F is #8FB5E0. Grayscale: #505050. Windows color (decimal): -9418209 or 2050672. OLE color: 2050672.

HSL color Cylindrical-coordinate representation of color #704A1F: hue angle of 31.85º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #704A1F is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1127431-
CMYK00.340.720.56
HSL31.85º56.64%28.04%-
HSV(B)31.85º72.32%43.92%-
XYZ9.388.442.43-
YUV80.46100.09150.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 51.61%
GREEN value IS 74 (29.30% from 255) = 34.10%
BLUE value IS 31 (12.5% from 255) = 14.29%
R=51.61%
G=34.10%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112743100.340.720.5631.8556.6428.04
Hex704A1F022483820391c
Octal1601123704211070407134
Binary11100001001010111110100010100100011100010000011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,74,31); }

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

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

 a { background-color: rgb(112,74,31); }

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

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

 span { border-color: rgb(112,74,31); }

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