Html Css Color HEX #704119 Antique Brass

📋 copy color: '#704119'

red 112 ◦ green 65 ◦ blue 25

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

Shades of Antique Brass #704119

Tints of Antique Brass #704119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.18%

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

R = 55.45%
G = 32.18%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#704119 (or 0x704119) is known color: Antique Brass. HEX triplet: 70, 41 and 19. RGB value is (112,65,25). Sum of RGB (Red+Green+Blue) = 112+65+25=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #704119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704119 is #8FBEE6. Grayscale: #4A4A4A. Windows color (decimal): -9420519 or 1655152. OLE color: 1655152.

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

Color convert

RGB 112 65 25 -
CMYK 0 0.42 0.78 0.56
HSL 27.59º 0.64% 0.27% -
HSV(B) 27.59º 0.78% 0.44% -
XYZ 8.75 7.3 1.87 -
YUV 74.49 100.07 154.75 -
System Red Green Blue C M Y K H S L
Decimal 112 65 25 0 0.42 0.78 0.56 27.59 0.64 0.27
Hex 70 41 19 0 2A 4E 38 1C 40 1B
Octal 160 101 31 0 52 116 70 34 100 33
Binary 1110000 1000001 11001 0 101010 1001110 111000 11100 1000000 11011

Color Harmonies of #704119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704119

Black with #704119

Text Example


Text Example

White with #704119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704119; }

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

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

background-color css

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

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

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

border-color css

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

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

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