Html Css Color HEX #704216 Antique Brass

📋 copy color: '#704216'

red 112 ◦ green 66 ◦ blue 22

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

Shades of Antique Brass #704216

Tints of Antique Brass #704216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11%

R = 56%
G = 33%
B = 11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#704216 (or 0x704216) is known color: Antique Brass. HEX triplet: 70, 42 and 16. RGB value is (112,66,22). Sum of RGB (Red+Green+Blue) = 112+66+22=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #704216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704216 is #8FBDE9. Grayscale: #4A4A4A. Windows color (decimal): -9420266 or 1458800. OLE color: 1458800.

HSL color Cylindrical-coordinate representation of color #704216: hue angle of 29.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #704216 is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 66 22 -
CMYK 0 0.41 0.80 0.56
HSL 29.33º 0.67% 0.26% -
HSV(B) 29.33º 0.8% 0.44% -
XYZ 8.78 7.4 1.72 -
YUV 74.74 98.24 154.58 -
System Red Green Blue C M Y K H S L
Decimal 112 66 22 0 0.41 0.80 0.56 29.33 0.67 0.26
Hex 70 42 16 0 29 50 38 1D 43 1A
Octal 160 102 26 0 51 120 70 35 103 32
Binary 1110000 1000010 10110 0 101001 1010000 111000 11101 1000011 11010

Color Harmonies of #704216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704216

Black with #704216

Text Example


Text Example

White with #704216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704216; }

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

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

background-color css

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

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

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

border-color css

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

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

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