Html Css Color HEX #704920 Antique Brass

📋 copy color: '#704920'

red 112 ◦ green 73 ◦ blue 32

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

Shades of Antique Brass #704920

Tints of Antique Brass #704920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.64%

 BLUE value IS 32 (12.89% from 255) = 14.75%

R = 51.61%
G = 33.64%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#704920 (or 0x704920) is known color: Antique Brass. HEX triplet: 70, 49 and 20. RGB value is (112,73,32). Sum of RGB (Red+Green+Blue) = 112+73+32=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #704920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704920 is #8FB6DF. Grayscale: #505050. Windows color (decimal): -9418464 or 2115952. OLE color: 2115952.

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

Color convert

RGB 112 73 32 -
CMYK 0 0.35 0.71 0.56
HSL 30.75º 0.56% 0.28% -
HSV(B) 30.75º 0.71% 0.44% -
XYZ 9.33 8.31 2.48 -
YUV 79.99 100.92 150.83 -
System Red Green Blue C M Y K H S L
Decimal 112 73 32 0 0.35 0.71 0.56 30.75 0.56 0.28
Hex 70 49 20 0 23 47 38 1F 38 1C
Octal 160 111 40 0 43 107 70 37 70 34
Binary 1110000 1001001 100000 0 100011 1000111 111000 11111 111000 11100

Color Harmonies of #704920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704920

Black with #704920

Text Example


Text Example

White with #704920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704920; }

 p { color: rgb(112,73,32); }

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

background-color css

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

 a { background-color: rgb(112,73,32); }

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

border-color css

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

 span { border-color: rgb(112,73,32); }

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