Html Css Color HEX #704116 Antique Brass

📋 copy color: '#704116'

red 112 ◦ green 65 ◦ blue 22

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

Shades of Antique Brass #704116

Tints of Antique Brass #704116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.66%

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

R = 56.28%
G = 32.66%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#704116 (or 0x704116) is known color: Antique Brass. HEX triplet: 70, 41 and 16. RGB value is (112,65,22). Sum of RGB (Red+Green+Blue) = 112+65+22=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #704116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704116 is #8FBEE9. Grayscale: #4A4A4A. Windows color (decimal): -9420522 or 1458544. OLE color: 1458544.

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

Color convert

RGB 112 65 22 -
CMYK 0 0.42 0.80 0.56
HSL 28.67º 0.67% 0.26% -
HSV(B) 28.67º 0.8% 0.44% -
XYZ 8.72 7.28 1.71 -
YUV 74.15 98.57 155 -
System Red Green Blue C M Y K H S L
Decimal 112 65 22 0 0.42 0.80 0.56 28.67 0.67 0.26
Hex 70 41 16 0 2A 50 38 1D 43 1A
Octal 160 101 26 0 52 120 70 35 103 32
Binary 1110000 1000001 10110 0 101010 1010000 111000 11101 1000011 11010

Color Harmonies of #704116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704116

Black with #704116

Text Example


Text Example

White with #704116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704116; }

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

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

background-color css

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

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

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

border-color css

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

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

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