Html Css Color HEX #704E1F Antique Brass

📋 copy color: '#704E1F'

red 112 ◦ green 78 ◦ blue 31

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

Shades of Antique Brass #704E1F

Tints of Antique Brass #704E1F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.29%

 BLUE value IS 31 (12.5% from 255) = 14.03%

R = 50.68%
G = 35.29%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#704E1F (or 0x704E1F) is known color: Antique Brass. HEX triplet: 70, 4E and 1F. RGB value is (112,78,31). Sum of RGB (Red+Green+Blue) = 112+78+31=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #704E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E1F is #8FB1E0. Grayscale: #535353. Windows color (decimal): -9417185 or 2051696. OLE color: 2051696.

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

Color convert

RGB 112 78 31 -
CMYK 0 0.30 0.72 0.56
HSL 34.81º 0.57% 0.28% -
HSV(B) 34.81º 0.72% 0.44% -
XYZ 9.65 8.99 2.52 -
YUV 82.81 98.76 148.82 -
System Red Green Blue C M Y K H S L
Decimal 112 78 31 0 0.30 0.72 0.56 34.81 0.57 0.28
Hex 70 4E 1F 0 1E 48 38 23 39 1C
Octal 160 116 37 0 36 110 70 43 71 34
Binary 1110000 1001110 11111 0 11110 1001000 111000 100011 111001 11100

Color Harmonies of #704E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E1F

Black with #704E1F

Text Example


Text Example

White with #704E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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