Html Css Color HEX #70461A Antique Brass

📋 copy color: '#70461A'

red 112 ◦ green 70 ◦ blue 26

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

Shades of Antique Brass #70461A

Tints of Antique Brass #70461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.65%

 BLUE value IS 26 (10.55% from 255) = 12.5%

R = 53.85%
G = 33.65%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.56

RGB Variations

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

Color information

#70461A (or 0x70461A) is known color: Antique Brass. HEX triplet: 70, 46 and 1A. RGB value is (112,70,26). Sum of RGB (Red+Green+Blue) = 112+70+26=208 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.85% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 112 - color contains mainly: red. Hex color #70461A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70461A is #8FB9E5. Grayscale: #4D4D4D. Windows color (decimal): -9419238 or 1721968. OLE color: 1721968.

HSL color Cylindrical-coordinate representation of color #70461A: hue angle of 30.7º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70461A is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 70 26 -
CMYK 0 0.38 0.77 0.56
HSL 30.7º 0.62% 0.27% -
HSV(B) 30.7º 0.77% 0.44% -
XYZ 9.06 7.9 2.02 -
YUV 77.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 112 70 26 0 0.38 0.77 0.56 30.7 0.62 0.27
Hex 70 46 1A 0 26 4D 38 1F 3E 1B
Octal 160 106 32 0 46 115 70 37 76 33
Binary 1110000 1000110 11010 0 100110 1001101 111000 11111 111110 11011

Color Harmonies of #70461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70461A

Black with #70461A

Text Example


Text Example

White with #70461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70461A; }

 p { color: rgb(112,70,26); }

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

background-color css

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

 a { background-color: rgb(112,70,26); }

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

border-color css

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

 span { border-color: rgb(112,70,26); }

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