Html Css Color HEX #704017 Antique Brass

📋 copy color: '#704017'

red 112 ◦ green 64 ◦ blue 23

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

Shades of Antique Brass #704017

Tints of Antique Brass #704017

RGB

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

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

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

R = 56.28%
G = 32.16%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#704017 (or 0x704017) is known color: Antique Brass. HEX triplet: 70, 40 and 17. RGB value is (112,64,23). Sum of RGB (Red+Green+Blue) = 112+64+23=199 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.28% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 23 (9.38% from 255 or 11.56% from 199); Max value from RGB is 112 - color contains mainly: red. Hex color #704017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704017 is #8FBFE8. Grayscale: #494949. Windows color (decimal): -9420777 or 1523824. OLE color: 1523824.

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

Color convert

RGB 112 64 23 -
CMYK 0 0.43 0.79 0.56
HSL 27.64º 0.66% 0.26% -
HSV(B) 27.64º 0.79% 0.44% -
XYZ 8.67 7.17 1.74 -
YUV 73.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 112 64 23 0 0.43 0.79 0.56 27.64 0.66 0.26
Hex 70 40 17 0 2B 4F 38 1C 42 1A
Octal 160 100 27 0 53 117 70 34 102 32
Binary 1110000 1000000 10111 0 101011 1001111 111000 11100 1000010 11010

Color Harmonies of #704017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704017

Black with #704017

Text Example


Text Example

White with #704017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704017; }

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

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

background-color css

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

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

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

border-color css

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

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

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