Html Css Color HEX #70491B Antique Brass

📋 copy color: '#70491B'

red 112 ◦ green 73 ◦ blue 27

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

Shades of Antique Brass #70491B

Tints of Antique Brass #70491B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.43%

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

R = 52.83%
G = 34.43%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70491B (or 0x70491B) is known color: Antique Brass. HEX triplet: 70, 49 and 1B. RGB value is (112,73,27). Sum of RGB (Red+Green+Blue) = 112+73+27=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70491B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70491B is #8FB6E4. Grayscale: #4F4F4F. Windows color (decimal): -9418469 or 1788272. OLE color: 1788272.

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

Color convert

RGB 112 73 27 -
CMYK 0 0.35 0.76 0.56
HSL 32.47º 0.61% 0.27% -
HSV(B) 32.47º 0.76% 0.44% -
XYZ 9.26 8.29 2.15 -
YUV 79.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 112 73 27 0 0.35 0.76 0.56 32.47 0.61 0.27
Hex 70 49 1B 0 23 4C 38 20 3D 1B
Octal 160 111 33 0 43 114 70 40 75 33
Binary 1110000 1001001 11011 0 100011 1001100 111000 100000 111101 11011

Color Harmonies of #70491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70491B

Black with #70491B

Text Example


Text Example

White with #70491B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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