Html Css Color HEX #704518 Antique Brass

📋 copy color: '#704518'

red 112 ◦ green 69 ◦ blue 24

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

Shades of Antique Brass #704518

Tints of Antique Brass #704518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.71%

R = 54.63%
G = 33.66%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#704518 (or 0x704518) is known color: Antique Brass. HEX triplet: 70, 45 and 18. RGB value is (112,69,24). Sum of RGB (Red+Green+Blue) = 112+69+24=205 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.63% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 24 (9.77% from 255 or 11.71% from 205); Max value from RGB is 112 - color contains mainly: red. Hex color #704518 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704518 is #8FBAE7. Grayscale: #4C4C4C. Windows color (decimal): -9419496 or 1590640. OLE color: 1590640.

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

Color convert

RGB 112 69 24 -
CMYK 0 0.38 0.79 0.56
HSL 30.68º 0.65% 0.27% -
HSV(B) 30.68º 0.79% 0.44% -
XYZ 8.98 7.77 1.89 -
YUV 76.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 112 69 24 0 0.38 0.79 0.56 30.68 0.65 0.27
Hex 70 45 18 0 26 4F 38 1F 41 1B
Octal 160 105 30 0 46 117 70 37 101 33
Binary 1110000 1000101 11000 0 100110 1001111 111000 11111 1000001 11011

Color Harmonies of #704518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704518

Black with #704518

Text Example


Text Example

White with #704518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704518; }

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

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

background-color css

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

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

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

border-color css

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

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

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