Html Css Color HEX #70481B Antique Brass

📋 copy color: '#70481B'

red 112 ◦ green 72 ◦ blue 27

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

Shades of Antique Brass #70481B

Tints of Antique Brass #70481B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

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

R = 53.08%
G = 34.12%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70481B (or 0x70481B) is known color: Antique Brass. HEX triplet: 70, 48 and 1B. RGB value is (112,72,27). Sum of RGB (Red+Green+Blue) = 112+72+27=211 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.08% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 27 (10.94% from 255 or 12.80% from 211); Max value from RGB is 112 - color contains mainly: red. Hex color #70481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70481B is #8FB7E4. Grayscale: #4F4F4F. Windows color (decimal): -9418725 or 1788016. OLE color: 1788016.

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

Color convert

RGB 112 72 27 -
CMYK 0 0.36 0.76 0.56
HSL 31.76º 0.61% 0.27% -
HSV(B) 31.76º 0.76% 0.44% -
XYZ 9.2 8.16 2.13 -
YUV 78.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 112 72 27 0 0.36 0.76 0.56 31.76 0.61 0.27
Hex 70 48 1B 0 24 4C 38 20 3D 1B
Octal 160 110 33 0 44 114 70 40 75 33
Binary 1110000 1001000 11011 0 100100 1001100 111000 100000 111101 11011

Color Harmonies of #70481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70481B

Black with #70481B

Text Example


Text Example

White with #70481B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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