Html Css Color HEX #704016 Antique Brass

📋 copy color: '#704016'

red 112 ◦ green 64 ◦ blue 22

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

Shades of Antique Brass #704016

Tints of Antique Brass #704016

RGB

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

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

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

R = 56.57%
G = 32.32%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#704016 (or 0x704016) is known color: Antique Brass. HEX triplet: 70, 40 and 16. RGB value is (112,64,22). Sum of RGB (Red+Green+Blue) = 112+64+22=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #704016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704016 is #8FBFE9. Grayscale: #494949. Windows color (decimal): -9420778 or 1458288. OLE color: 1458288.

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

Color convert

RGB 112 64 22 -
CMYK 0 0.43 0.80 0.56
HSL 28º 0.67% 0.26% -
HSV(B) 28º 0.8% 0.44% -
XYZ 8.66 7.17 1.69 -
YUV 73.56 98.9 155.42 -
System Red Green Blue C M Y K H S L
Decimal 112 64 22 0 0.43 0.80 0.56 28 0.67 0.26
Hex 70 40 16 0 2B 50 38 1C 43 1A
Octal 160 100 26 0 53 120 70 34 103 32
Binary 1110000 1000000 10110 0 101011 1010000 111000 11100 1000011 11010

Color Harmonies of #704016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704016

Black with #704016

Text Example


Text Example

White with #704016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704016; }

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

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

background-color css

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

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

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

border-color css

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

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

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