Html Css Color HEX #704417 Antique Brass

📋 copy color: '#704417'

red 112 ◦ green 68 ◦ blue 23

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

Shades of Antique Brass #704417

Tints of Antique Brass #704417

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

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

R = 55.17%
G = 33.5%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#704417 (or 0x704417) is known color: Antique Brass. HEX triplet: 70, 44 and 17. RGB value is (112,68,23). Sum of RGB (Red+Green+Blue) = 112+68+23=203 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.17% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 112 - color contains mainly: red. Hex color #704417 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704417 is #8FBBE8. Grayscale: #4C4C4C. Windows color (decimal): -9419753 or 1524848. OLE color: 1524848.

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

Color convert

RGB 112 68 23 -
CMYK 0 0.39 0.79 0.56
HSL 30.34º 0.66% 0.26% -
HSV(B) 30.34º 0.79% 0.44% -
XYZ 8.9 7.64 1.82 -
YUV 76.03 98.08 153.66 -
System Red Green Blue C M Y K H S L
Decimal 112 68 23 0 0.39 0.79 0.56 30.34 0.66 0.26
Hex 70 44 17 0 27 4F 38 1E 42 1A
Octal 160 104 27 0 47 117 70 36 102 32
Binary 1110000 1000100 10111 0 100111 1001111 111000 11110 1000010 11010

Color Harmonies of #704417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704417

Black with #704417

Text Example


Text Example

White with #704417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704417; }

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

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

background-color css

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

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

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

border-color css

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

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

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