Html Css Color HEX #704724 Antique Brass

📋 copy color: '#704724'

red 112 ◦ green 71 ◦ blue 36

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

Shades of Antique Brass #704724

Tints of Antique Brass #704724

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.42%

 BLUE value IS 36 (14.45% from 255) = 16.44%

R = 51.14%
G = 32.42%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#704724 (or 0x704724) is known color: Antique Brass. HEX triplet: 70, 47 and 24. RGB value is (112,71,36). Sum of RGB (Red+Green+Blue) = 112+71+36=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #704724 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704724 is #8FB8DB. Grayscale: #4F4F4F. Windows color (decimal): -9418972 or 2377584. OLE color: 2377584.

HSL color Cylindrical-coordinate representation of color #704724: hue angle of 27.63º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #704724 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 36 -
CMYK 0 0.37 0.68 0.56
HSL 27.63º 0.51% 0.29% -
HSV(B) 27.63º 0.68% 0.44% -
XYZ 9.25 8.08 2.74 -
YUV 79.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 112 71 36 0 0.37 0.68 0.56 27.63 0.51 0.29
Hex 70 47 24 0 25 44 38 1C 33 1D
Octal 160 107 44 0 45 104 70 34 63 35
Binary 1110000 1000111 100100 0 100101 1000100 111000 11100 110011 11101

Color Harmonies of #704724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704724

Black with #704724

Text Example


Text Example

White with #704724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704724; }

 p { color: rgb(112,71,36); }

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

background-color css

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

 a { background-color: rgb(112,71,36); }

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

border-color css

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

 span { border-color: rgb(112,71,36); }

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