Html Css Color HEX #70501F Antique Brass

📋 copy color: '#70501F'

red 112 ◦ green 80 ◦ blue 31

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

Shades of Antique Brass #70501F

Tints of Antique Brass #70501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.87%

 BLUE value IS 31 (12.5% from 255) = 13.9%

R = 50.22%
G = 35.87%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#70501F (or 0x70501F) is known color: Antique Brass. HEX triplet: 70, 50 and 1F. RGB value is (112,80,31). Sum of RGB (Red+Green+Blue) = 112+80+31=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70501F is #8FAFE0. Grayscale: #545454. Windows color (decimal): -9416673 or 2052208. OLE color: 2052208.

HSL color Cylindrical-coordinate representation of color #70501F: hue angle of 36.3º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70501F is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 80 31 -
CMYK 0 0.29 0.72 0.56
HSL 36.3º 0.57% 0.28% -
HSV(B) 36.3º 0.72% 0.44% -
XYZ 9.8 9.28 2.57 -
YUV 83.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 112 80 31 0 0.29 0.72 0.56 36.3 0.57 0.28
Hex 70 50 1F 0 1D 48 38 24 39 1C
Octal 160 120 37 0 35 110 70 44 71 34
Binary 1110000 1010000 11111 0 11101 1001000 111000 100100 111001 11100

Color Harmonies of #70501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70501F

Black with #70501F

Text Example


Text Example

White with #70501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70501F; }

 p { color: rgb(112,80,31); }

 H1.HeaderClassName
 {
   color: #70501F;
 }
 .AnyTagClassName
 {
   color: #70501F;
 }
</style>

background-color css

<style>
 a { background-color: #70501F; }

 a { background-color: rgb(112,80,31); }

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

border-color css

<style>
 span { border-color: #70501F; }

 span { border-color: rgb(112,80,31); }

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