Html Css Color HEX #70471B Antique Brass

📋 copy color: '#70471B'

red 112 ◦ green 71 ◦ blue 27

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

Shades of Antique Brass #70471B

Tints of Antique Brass #70471B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.81%

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

R = 53.33%
G = 33.81%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70471B (or 0x70471B) is known color: Antique Brass. HEX triplet: 70, 47 and 1B. RGB value is (112,71,27). Sum of RGB (Red+Green+Blue) = 112+71+27=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #70471B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70471B is #8FB8E4. Grayscale: #4E4E4E. Windows color (decimal): -9418981 or 1787760. OLE color: 1787760.

HSL color Cylindrical-coordinate representation of color #70471B: hue angle of 31.06º 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 #70471B is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 71 27 -
CMYK 0 0.37 0.76 0.56
HSL 31.06º 0.61% 0.27% -
HSV(B) 31.06º 0.76% 0.44% -
XYZ 9.13 8.03 2.11 -
YUV 78.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 112 71 27 0 0.37 0.76 0.56 31.06 0.61 0.27
Hex 70 47 1B 0 25 4C 38 1F 3D 1B
Octal 160 107 33 0 45 114 70 37 75 33
Binary 1110000 1000111 11011 0 100101 1001100 111000 11111 111101 11011

Color Harmonies of #70471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70471B

Black with #70471B

Text Example


Text Example

White with #70471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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