Html Css Color HEX #704019 Antique Brass

📋 copy color: '#704019'

red 112 ◦ green 64 ◦ blue 25

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

Shades of Antique Brass #704019

Tints of Antique Brass #704019

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

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

R = 55.72%
G = 31.84%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#704019 (or 0x704019) is known color: Antique Brass. HEX triplet: 70, 40 and 19. RGB value is (112,64,25). Sum of RGB (Red+Green+Blue) = 112+64+25=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #704019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704019 is #8FBFE6. Grayscale: #4A4A4A. Windows color (decimal): -9420775 or 1654896. OLE color: 1654896.

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

Color convert

RGB 112 64 25 -
CMYK 0 0.43 0.78 0.56
HSL 26.9º 0.64% 0.27% -
HSV(B) 26.9º 0.78% 0.44% -
XYZ 8.69 7.18 1.85 -
YUV 73.91 100.4 155.17 -
System Red Green Blue C M Y K H S L
Decimal 112 64 25 0 0.43 0.78 0.56 26.9 0.64 0.27
Hex 70 40 19 0 2B 4E 38 1B 40 1B
Octal 160 100 31 0 53 116 70 33 100 33
Binary 1110000 1000000 11001 0 101011 1001110 111000 11011 1000000 11011

Color Harmonies of #704019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704019

Black with #704019

Text Example


Text Example

White with #704019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704019; }

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

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

background-color css

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

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

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

border-color css

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

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

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