Html Css Color HEX #704320 Antique Brass

📋 copy color: '#704320'

red 112 ◦ green 67 ◦ blue 32

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

Shades of Antique Brass #704320

Tints of Antique Brass #704320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.75%

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

R = 53.08%
G = 31.75%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#704320 (or 0x704320) is known color: Antique Brass. HEX triplet: 70, 43 and 20. RGB value is (112,67,32). Sum of RGB (Red+Green+Blue) = 112+67+32=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 32 (12.89% from 255 or 15.17% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #704320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704320 is #8FBCDF. Grayscale: #4C4C4C. Windows color (decimal): -9420000 or 2114416. OLE color: 2114416.

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

Color convert

RGB 112 67 32 -
CMYK 0 0.40 0.71 0.56
HSL 26.25º 0.56% 0.28% -
HSV(B) 26.25º 0.71% 0.44% -
XYZ 8.95 7.56 2.35 -
YUV 76.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 112 67 32 0 0.40 0.71 0.56 26.25 0.56 0.28
Hex 70 43 20 0 28 47 38 1A 38 1C
Octal 160 103 40 0 50 107 70 32 70 34
Binary 1110000 1000011 100000 0 101000 1000111 111000 11010 111000 11100

Color Harmonies of #704320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704320

Black with #704320

Text Example


Text Example

White with #704320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704320; }

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

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

background-color css

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

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

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

border-color css

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

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

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