Html Css Color HEX #704E21 Antique Brass

📋 copy color: '#704E21'

red 112 ◦ green 78 ◦ blue 33

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

Shades of Antique Brass #704E21

Tints of Antique Brass #704E21

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.98%

 BLUE value IS 33 (13.28% from 255) = 14.8%

R = 50.22%
G = 34.98%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#704E21 (or 0x704E21) is known color: Antique Brass. HEX triplet: 70, 4E and 21. RGB value is (112,78,33). Sum of RGB (Red+Green+Blue) = 112+78+33=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #704E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E21 is #8FB1DE. Grayscale: #535353. Windows color (decimal): -9417183 or 2182768. OLE color: 2182768.

HSL color Cylindrical-coordinate representation of color #704E21: hue angle of 34.18º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #704E21 is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 78 33 -
CMYK 0 0.30 0.71 0.56
HSL 34.18º 0.54% 0.28% -
HSV(B) 34.18º 0.71% 0.44% -
XYZ 9.68 9 2.67 -
YUV 83.04 99.76 148.66 -
System Red Green Blue C M Y K H S L
Decimal 112 78 33 0 0.30 0.71 0.56 34.18 0.54 0.28
Hex 70 4E 21 0 1E 47 38 22 36 1C
Octal 160 116 41 0 36 107 70 42 66 34
Binary 1110000 1001110 100001 0 11110 1000111 111000 100010 110110 11100

Color Harmonies of #704E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E21

Black with #704E21

Text Example


Text Example

White with #704E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704E21; }

 p { color: rgb(112,78,33); }

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

background-color css

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

 a { background-color: rgb(112,78,33); }

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

border-color css

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

 span { border-color: rgb(112,78,33); }

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