Html Css Color HEX #704A1D Antique Brass

📋 copy color: '#704A1D'

red 112 ◦ green 74 ◦ blue 29

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

Shades of Antique Brass #704A1D

Tints of Antique Brass #704A1D

RGB

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

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

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

R = 52.09%
G = 34.42%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#704A1D (or 0x704A1D) is known color: Antique Brass. HEX triplet: 70, 4A and 1D. RGB value is (112,74,29). Sum of RGB (Red+Green+Blue) = 112+74+29=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 29 (11.72% from 255 or 13.49% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #704A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A1D is #8FB5E2. Grayscale: #505050. Windows color (decimal): -9418211 or 1919600. OLE color: 1919600.

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

Color convert

RGB 112 74 29 -
CMYK 0 0.34 0.74 0.56
HSL 32.53º 0.59% 0.28% -
HSV(B) 32.53º 0.74% 0.44% -
XYZ 9.35 8.43 2.3 -
YUV 80.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 112 74 29 0 0.34 0.74 0.56 32.53 0.59 0.28
Hex 70 4A 1D 0 22 4A 38 21 3B 1C
Octal 160 112 35 0 42 112 70 41 73 34
Binary 1110000 1001010 11101 0 100010 1001010 111000 100001 111011 11100

Color Harmonies of #704A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A1D

Black with #704A1D

Text Example


Text Example

White with #704A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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