Html Css Color HEX #704419 Antique Brass

📋 copy color: '#704419'

red 112 ◦ green 68 ◦ blue 25

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

Shades of Antique Brass #704419

Tints of Antique Brass #704419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.17%

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

R = 54.63%
G = 33.17%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#704419 (or 0x704419) is known color: Antique Brass. HEX triplet: 70, 44 and 19. RGB value is (112,68,25). Sum of RGB (Red+Green+Blue) = 112+68+25=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #704419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704419 is #8FBBE6. Grayscale: #4C4C4C. Windows color (decimal): -9419751 or 1655920. OLE color: 1655920.

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

Color convert

RGB 112 68 25 -
CMYK 0 0.39 0.78 0.56
HSL 29.66º 0.64% 0.27% -
HSV(B) 29.66º 0.78% 0.44% -
XYZ 8.92 7.65 1.93 -
YUV 76.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 112 68 25 0 0.39 0.78 0.56 29.66 0.64 0.27
Hex 70 44 19 0 27 4E 38 1E 40 1B
Octal 160 104 31 0 47 116 70 36 100 33
Binary 1110000 1000100 11001 0 100111 1001110 111000 11110 1000000 11011

Color Harmonies of #704419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704419

Black with #704419

Text Example


Text Example

White with #704419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704419; }

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

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

background-color css

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

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

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

border-color css

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

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

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