Html Css Color HEX #70461B Antique Brass

📋 copy color: '#70461B'

red 112 ◦ green 70 ◦ blue 27

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

Shades of Antique Brass #70461B

Tints of Antique Brass #70461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.92%

R = 53.59%
G = 33.49%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70461B (or 0x70461B) is known color: Antique Brass. HEX triplet: 70, 46 and 1B. RGB value is (112,70,27). Sum of RGB (Red+Green+Blue) = 112+70+27=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #70461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70461B is #8FB9E4. Grayscale: #4D4D4D. Windows color (decimal): -9419237 or 1787504. OLE color: 1787504.

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

Color convert

RGB 112 70 27 -
CMYK 0 0.38 0.76 0.56
HSL 30.35º 0.61% 0.27% -
HSV(B) 30.35º 0.76% 0.44% -
XYZ 9.07 7.9 2.08 -
YUV 77.66 99.41 152.5 -
System Red Green Blue C M Y K H S L
Decimal 112 70 27 0 0.38 0.76 0.56 30.35 0.61 0.27
Hex 70 46 1B 0 26 4C 38 1E 3D 1B
Octal 160 106 33 0 46 114 70 36 75 33
Binary 1110000 1000110 11011 0 100110 1001100 111000 11110 111101 11011

Color Harmonies of #70461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70461B

Black with #70461B

Text Example


Text Example

White with #70461B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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