Html Css Color HEX #704115 Antique Brass

📋 copy color: '#704115'

red 112 ◦ green 65 ◦ blue 21

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

Shades of Antique Brass #704115

Tints of Antique Brass #704115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.83%

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

R = 56.57%
G = 32.83%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#704115 (or 0x704115) is known color: Antique Brass. HEX triplet: 70, 41 and 15. RGB value is (112,65,21). Sum of RGB (Red+Green+Blue) = 112+65+21=198 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.57% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 21 (8.59% from 255 or 10.61% from 198); Max value from RGB is 112 - color contains mainly: red. Hex color #704115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #704115 is #8FBEEA. Grayscale: #4A4A4A. Windows color (decimal): -9420523 or 1393008. OLE color: 1393008.

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

Color convert

RGB 112 65 21 -
CMYK 0 0.42 0.81 0.56
HSL 29.01º 0.68% 0.26% -
HSV(B) 29.01º 0.81% 0.44% -
XYZ 8.71 7.28 1.66 -
YUV 74.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 112 65 21 0 0.42 0.81 0.56 29.01 0.68 0.26
Hex 70 41 15 0 2A 51 38 1D 44 1A
Octal 160 101 25 0 52 121 70 35 104 32
Binary 1110000 1000001 10101 0 101010 1010001 111000 11101 1000100 11010

Color Harmonies of #704115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704115

Black with #704115

Text Example


Text Example

White with #704115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704115; }

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

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

background-color css

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

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

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

border-color css

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

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

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