Html Css Color HEX #704217 Antique Brass

📋 copy color: '#704217'

red 112 ◦ green 66 ◦ blue 23

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

Shades of Antique Brass #704217

Tints of Antique Brass #704217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

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

R = 55.72%
G = 32.84%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#704217 (or 0x704217) is known color: Antique Brass. HEX triplet: 70, 42 and 17. RGB value is (112,66,23). Sum of RGB (Red+Green+Blue) = 112+66+23=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 23 (9.38% from 255 or 11.44% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #704217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704217 is #8FBDE8. Grayscale: #4B4B4B. Windows color (decimal): -9420265 or 1524336. OLE color: 1524336.

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

Color convert

RGB 112 66 23 -
CMYK 0 0.41 0.79 0.56
HSL 28.99º 0.66% 0.26% -
HSV(B) 28.99º 0.79% 0.44% -
XYZ 8.78 7.4 1.78 -
YUV 74.85 98.74 154.5 -
System Red Green Blue C M Y K H S L
Decimal 112 66 23 0 0.41 0.79 0.56 28.99 0.66 0.26
Hex 70 42 17 0 29 4F 38 1D 42 1A
Octal 160 102 27 0 51 117 70 35 102 32
Binary 1110000 1000010 10111 0 101001 1001111 111000 11101 1000010 11010

Color Harmonies of #704217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704217

Black with #704217

Text Example


Text Example

White with #704217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704217; }

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

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

background-color css

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

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

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

border-color css

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

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

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