Html Css Color HEX #704519 Antique Brass

📋 copy color: '#704519'

red 112 ◦ green 69 ◦ blue 25

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

Shades of Antique Brass #704519

Tints of Antique Brass #704519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.5%

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

R = 54.37%
G = 33.5%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#704519 (or 0x704519) is known color: Antique Brass. HEX triplet: 70, 45 and 19. RGB value is (112,69,25). Sum of RGB (Red+Green+Blue) = 112+69+25=206 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.37% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 112 - color contains mainly: red. Hex color #704519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704519 is #8FBAE6. Grayscale: #4D4D4D. Windows color (decimal): -9419495 or 1656176. OLE color: 1656176.

HSL color Cylindrical-coordinate representation of color #704519: hue angle of 30.34º 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 #704519 is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 69 25 -
CMYK 0 0.38 0.78 0.56
HSL 30.34º 0.64% 0.27% -
HSV(B) 30.34º 0.78% 0.44% -
XYZ 8.99 7.77 1.95 -
YUV 76.84 98.75 153.08 -
System Red Green Blue C M Y K H S L
Decimal 112 69 25 0 0.38 0.78 0.56 30.34 0.64 0.27
Hex 70 45 19 0 26 4E 38 1E 40 1B
Octal 160 105 31 0 46 116 70 36 100 33
Binary 1110000 1000101 11001 0 100110 1001110 111000 11110 1000000 11011

Color Harmonies of #704519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704519

Black with #704519

Text Example


Text Example

White with #704519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704519; }

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

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

background-color css

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

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

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

border-color css

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

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

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