Html Css Color HEX #704218 Antique Brass

📋 copy color: '#704218'

red 112 ◦ green 66 ◦ blue 24

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

Shades of Antique Brass #704218

Tints of Antique Brass #704218

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.67%

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

R = 55.45%
G = 32.67%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#704218 (or 0x704218) is known color: Antique Brass. HEX triplet: 70, 42 and 18. RGB value is (112,66,24). Sum of RGB (Red+Green+Blue) = 112+66+24=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #704218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704218 is #8FBDE7. Grayscale: #4B4B4B. Windows color (decimal): -9420264 or 1589872. OLE color: 1589872.

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

Color convert

RGB 112 66 24 -
CMYK 0 0.41 0.79 0.56
HSL 28.64º 0.65% 0.27% -
HSV(B) 28.64º 0.79% 0.44% -
XYZ 8.8 7.41 1.83 -
YUV 74.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 112 66 24 0 0.41 0.79 0.56 28.64 0.65 0.27
Hex 70 42 18 0 29 4F 38 1D 41 1B
Octal 160 102 30 0 51 117 70 35 101 33
Binary 1110000 1000010 11000 0 101001 1001111 111000 11101 1000001 11011

Color Harmonies of #704218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704218

Black with #704218

Text Example


Text Example

White with #704218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704218; }

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

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

background-color css

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

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

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

border-color css

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

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

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