Html Css Color HEX #704018 Antique Brass

📋 copy color: '#704018'

red 112 ◦ green 64 ◦ blue 24

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

Shades of Antique Brass #704018

Tints of Antique Brass #704018

RGB

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

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

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

R = 56%
G = 32%
B = 12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#704018 (or 0x704018) is known color: Antique Brass. HEX triplet: 70, 40 and 18. RGB value is (112,64,24). Sum of RGB (Red+Green+Blue) = 112+64+24=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 24 (9.77% from 255 or 12% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #704018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704018 is #8FBFE7. Grayscale: #4A4A4A. Windows color (decimal): -9420776 or 1589360. OLE color: 1589360.

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

Color convert

RGB 112 64 24 -
CMYK 0 0.43 0.79 0.56
HSL 27.27º 0.65% 0.27% -
HSV(B) 27.27º 0.79% 0.44% -
XYZ 8.68 7.18 1.79 -
YUV 73.79 99.9 155.25 -
System Red Green Blue C M Y K H S L
Decimal 112 64 24 0 0.43 0.79 0.56 27.27 0.65 0.27
Hex 70 40 18 0 2B 4F 38 1B 41 1B
Octal 160 100 30 0 53 117 70 33 101 33
Binary 1110000 1000000 11000 0 101011 1001111 111000 11011 1000001 11011

Color Harmonies of #704018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704018

Black with #704018

Text Example


Text Example

White with #704018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704018; }

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

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

background-color css

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

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

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

border-color css

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

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

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