Html Css Color HEX #704E1D Antique Brass

📋 copy color: '#704E1D'

red 112 ◦ green 78 ◦ blue 29

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

Shades of Antique Brass #704E1D

Tints of Antique Brass #704E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.24%

R = 51.14%
G = 35.62%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#704E1D (or 0x704E1D) is known color: Antique Brass. HEX triplet: 70, 4E and 1D. RGB value is (112,78,29). Sum of RGB (Red+Green+Blue) = 112+78+29=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #704E1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E1D is #8FB1E2. Grayscale: #525252. Windows color (decimal): -9417187 or 1920624. OLE color: 1920624.

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

Color convert

RGB 112 78 29 -
CMYK 0 0.30 0.74 0.56
HSL 35.42º 0.59% 0.28% -
HSV(B) 35.42º 0.74% 0.44% -
XYZ 9.63 8.98 2.39 -
YUV 82.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 112 78 29 0 0.30 0.74 0.56 35.42 0.59 0.28
Hex 70 4E 1D 0 1E 4A 38 23 3B 1C
Octal 160 116 35 0 36 112 70 43 73 34
Binary 1110000 1001110 11101 0 11110 1001010 111000 100011 111011 11100

Color Harmonies of #704E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E1D

Black with #704E1D

Text Example


Text Example

White with #704E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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