Html Css Color HEX #704A1B Antique Brass

📋 copy color: '#704A1B'

red 112 ◦ green 74 ◦ blue 27

#704A1B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Antique Brass #704A1B

Tints of Antique Brass #704A1B

RGB

 RED value IS 112 (44.14% from 255) = 52.58%

 GREEN value IS 74 (29.3% from 255) = 34.74%

 BLUE value IS 27 (10.94% from 255) = 12.68%

R = 52.58%
G = 34.74%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#704A1B (or 0x704A1B) is known color: Antique Brass. HEX triplet: 70, 4A and 1B. RGB value is (112,74,27). Sum of RGB (Red+Green+Blue) = 112+74+27=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #704A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A1B is #8FB5E4. Grayscale: #505050. Windows color (decimal): -9418213 or 1788528. OLE color: 1788528.

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

Color convert

RGB 112 74 27 -
CMYK 0 0.34 0.76 0.56
HSL 33.18º 0.61% 0.27% -
HSV(B) 33.18º 0.76% 0.44% -
XYZ 9.33 8.42 2.17 -
YUV 80 98.09 150.82 -
System Red Green Blue C M Y K H S L
Decimal 112 74 27 0 0.34 0.76 0.56 33.18 0.61 0.27
Hex 70 4A 1B 0 22 4C 38 21 3D 1B
Octal 160 112 33 0 42 114 70 41 75 33
Binary 1110000 1001010 11011 0 100010 1001100 111000 100001 111101 11011

Color Harmonies of #704A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A1B

Black with #704A1B

Text Example


Text Example

White with #704A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #704A1B;
 }
 .AnyTagClassName
 {
   color: #704A1B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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