Html Css Color HEX #704819 Antique Brass

📋 copy color: '#704819'

red 112 ◦ green 72 ◦ blue 25

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

Shades of Antique Brass #704819

Tints of Antique Brass #704819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.45%

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 53.59%
G = 34.45%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#704819 (or 0x704819) is known color: Antique Brass. HEX triplet: 70, 48 and 19. RGB value is (112,72,25). Sum of RGB (Red+Green+Blue) = 112+72+25=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #704819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704819 is #8FB7E6. Grayscale: #4E4E4E. Windows color (decimal): -9418727 or 1656944. OLE color: 1656944.

HSL color Cylindrical-coordinate representation of color #704819: hue angle of 32.41º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #704819 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 25 -
CMYK 0 0.36 0.78 0.56
HSL 32.41º 0.64% 0.27% -
HSV(B) 32.41º 0.78% 0.44% -
XYZ 9.17 8.15 2.01 -
YUV 78.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 112 72 25 0 0.36 0.78 0.56 32.41 0.64 0.27
Hex 70 48 19 0 24 4E 38 20 40 1B
Octal 160 110 31 0 44 116 70 40 100 33
Binary 1110000 1001000 11001 0 100100 1001110 111000 100000 1000000 11011

Color Harmonies of #704819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704819

Black with #704819

Text Example


Text Example

White with #704819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704819; }

 p { color: rgb(112,72,25); }

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

background-color css

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

 a { background-color: rgb(112,72,25); }

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

border-color css

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

 span { border-color: rgb(112,72,25); }

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