Html Css Color HEX #704D21 Antique Brass

📋 copy color: '#704D21'

red 112 ◦ green 77 ◦ blue 33

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

Shades of Antique Brass #704D21

Tints of Antique Brass #704D21

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.68%

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

R = 50.45%
G = 34.68%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#704D21 (or 0x704D21) is known color: Antique Brass. HEX triplet: 70, 4D and 21. RGB value is (112,77,33). Sum of RGB (Red+Green+Blue) = 112+77+33=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #704D21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D21 is #8FB2DE. Grayscale: #525252. Windows color (decimal): -9417439 or 2182512. OLE color: 2182512.

HSL color Cylindrical-coordinate representation of color #704D21: hue angle of 33.42º 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 #704D21 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 77 33 -
CMYK 0 0.31 0.71 0.56
HSL 33.42º 0.54% 0.28% -
HSV(B) 33.42º 0.71% 0.44% -
XYZ 9.61 8.86 2.64 -
YUV 82.45 100.1 149.08 -
System Red Green Blue C M Y K H S L
Decimal 112 77 33 0 0.31 0.71 0.56 33.42 0.54 0.28
Hex 70 4D 21 0 1F 47 38 21 36 1C
Octal 160 115 41 0 37 107 70 41 66 34
Binary 1110000 1001101 100001 0 11111 1000111 111000 100001 110110 11100

Color Harmonies of #704D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D21

Black with #704D21

Text Example


Text Example

White with #704D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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