Html Css Color HEX #704117 Antique Brass

📋 copy color: '#704117'

red 112 ◦ green 65 ◦ blue 23

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

Shades of Antique Brass #704117

Tints of Antique Brass #704117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.5%

R = 56%
G = 32.5%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#704117 (or 0x704117) is known color: Antique Brass. HEX triplet: 70, 41 and 17. RGB value is (112,65,23). Sum of RGB (Red+Green+Blue) = 112+65+23=200 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 112 - color contains mainly: red. Hex color #704117 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704117 is #8FBEE8. Grayscale: #4A4A4A. Windows color (decimal): -9420521 or 1524080. OLE color: 1524080.

HSL color Cylindrical-coordinate representation of color #704117: hue angle of 28.31º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #704117 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 65 23 -
CMYK 0 0.42 0.79 0.56
HSL 28.31º 0.66% 0.26% -
HSV(B) 28.31º 0.79% 0.44% -
XYZ 8.73 7.29 1.76 -
YUV 74.27 99.07 154.92 -
System Red Green Blue C M Y K H S L
Decimal 112 65 23 0 0.42 0.79 0.56 28.31 0.66 0.26
Hex 70 41 17 0 2A 4F 38 1C 42 1A
Octal 160 101 27 0 52 117 70 34 102 32
Binary 1110000 1000001 10111 0 101010 1001111 111000 11100 1000010 11010

Color Harmonies of #704117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704117

Black with #704117

Text Example


Text Example

White with #704117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704117; }

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

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

background-color css

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

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

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

border-color css

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

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

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