Html Css Color HEX #704015 Antique Brass

📋 copy color: '#704015'

red 112 ◦ green 64 ◦ blue 21

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

Shades of Antique Brass #704015

Tints of Antique Brass #704015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.49%

 BLUE value IS 21 (8.59% from 255) = 10.66%

R = 56.85%
G = 32.49%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#704015 (or 0x704015) is known color: Antique Brass. HEX triplet: 70, 40 and 15. RGB value is (112,64,21). Sum of RGB (Red+Green+Blue) = 112+64+21=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #704015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704015 is #8FBFEA. Grayscale: #494949. Windows color (decimal): -9420779 or 1392752. OLE color: 1392752.

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

Color convert

RGB 112 64 21 -
CMYK 0 0.43 0.81 0.56
HSL 28.35º 0.68% 0.26% -
HSV(B) 28.35º 0.81% 0.44% -
XYZ 8.65 7.17 1.64 -
YUV 73.45 98.4 155.5 -
System Red Green Blue C M Y K H S L
Decimal 112 64 21 0 0.43 0.81 0.56 28.35 0.68 0.26
Hex 70 40 15 0 2B 51 38 1C 44 1A
Octal 160 100 25 0 53 121 70 34 104 32
Binary 1110000 1000000 10101 0 101011 1010001 111000 11100 1000100 11010

Color Harmonies of #704015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704015

Black with #704015

Text Example


Text Example

White with #704015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704015; }

 p { color: rgb(112,64,21); }

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

background-color css

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

 a { background-color: rgb(112,64,21); }

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

border-color css

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

 span { border-color: rgb(112,64,21); }

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