Html Css Color HEX #704319 Antique Brass

📋 copy color: '#704319'

red 112 ◦ green 67 ◦ blue 25

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

Shades of Antique Brass #704319

Tints of Antique Brass #704319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.25%

R = 54.9%
G = 32.84%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#704319 (or 0x704319) is known color: Antique Brass. HEX triplet: 70, 43 and 19. RGB value is (112,67,25). Sum of RGB (Red+Green+Blue) = 112+67+25=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #704319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704319 is #8FBCE6. Grayscale: #4B4B4B. Windows color (decimal): -9420007 or 1655664. OLE color: 1655664.

HSL color Cylindrical-coordinate representation of color #704319: hue angle of 28.97º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #704319 is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 67 25 -
CMYK 0 0.40 0.78 0.56
HSL 28.97º 0.64% 0.27% -
HSV(B) 28.97º 0.78% 0.44% -
XYZ 8.86 7.53 1.91 -
YUV 75.67 99.41 153.92 -
System Red Green Blue C M Y K H S L
Decimal 112 67 25 0 0.40 0.78 0.56 28.97 0.64 0.27
Hex 70 43 19 0 28 4E 38 1D 40 1B
Octal 160 103 31 0 50 116 70 35 100 33
Binary 1110000 1000011 11001 0 101000 1001110 111000 11101 1000000 11011

Color Harmonies of #704319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704319

Black with #704319

Text Example


Text Example

White with #704319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704319; }

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

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

background-color css

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

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

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

border-color css

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

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

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