Html Css Color HEX #70481C Antique Brass

📋 copy color: '#70481C'

red 112 ◦ green 72 ◦ blue 28

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

Shades of Antique Brass #70481C

Tints of Antique Brass #70481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 52.83%
G = 33.96%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#70481C (or 0x70481C) is known color: Antique Brass. HEX triplet: 70, 48 and 1C. RGB value is (112,72,28). Sum of RGB (Red+Green+Blue) = 112+72+28=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 72 (28.52% from 255 or 33.96% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #70481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70481C is #8FB7E3. Grayscale: #4F4F4F. Windows color (decimal): -9418724 or 1853552. OLE color: 1853552.

HSL color Cylindrical-coordinate representation of color #70481C: hue angle of 31.43º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70481C is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 72 28 -
CMYK 0 0.36 0.75 0.56
HSL 31.43º 0.6% 0.27% -
HSV(B) 31.43º 0.75% 0.44% -
XYZ 9.21 8.16 2.19 -
YUV 78.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 112 72 28 0 0.36 0.75 0.56 31.43 0.6 0.27
Hex 70 48 1C 0 24 4B 38 1F 3C 1B
Octal 160 110 34 0 44 113 70 37 74 33
Binary 1110000 1001000 11100 0 100100 1001011 111000 11111 111100 11011

Color Harmonies of #70481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70481C

Black with #70481C

Text Example


Text Example

White with #70481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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