Html Css Color HEX #704D1D Antique Brass

📋 copy color: '#704D1D'

red 112 ◦ green 77 ◦ blue 29

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

Shades of Antique Brass #704D1D

Tints of Antique Brass #704D1D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35.32%

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

R = 51.38%
G = 35.32%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#704D1D (or 0x704D1D) is known color: Antique Brass. HEX triplet: 70, 4D and 1D. RGB value is (112,77,29). Sum of RGB (Red+Green+Blue) = 112+77+29=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #704D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D1D is #8FB2E2. Grayscale: #525252. Windows color (decimal): -9417443 or 1920368. OLE color: 1920368.

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

Color convert

RGB 112 77 29 -
CMYK 0 0.31 0.74 0.56
HSL 34.7º 0.59% 0.28% -
HSV(B) 34.7º 0.74% 0.44% -
XYZ 9.56 8.84 2.37 -
YUV 81.99 98.1 149.4 -
System Red Green Blue C M Y K H S L
Decimal 112 77 29 0 0.31 0.74 0.56 34.7 0.59 0.28
Hex 70 4D 1D 0 1F 4A 38 23 3B 1C
Octal 160 115 35 0 37 112 70 43 73 34
Binary 1110000 1001101 11101 0 11111 1001010 111000 100011 111011 11100

Color Harmonies of #704D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D1D

Black with #704D1D

Text Example


Text Example

White with #704D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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