Html Css Color HEX #703F14 Antique Brass

📋 copy color: '#703F14'

red 112 ◦ green 63 ◦ blue 20

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

Shades of Antique Brass #703F14

Tints of Antique Brass #703F14

RGB

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

 GREEN value IS 63 (25% from 255) = 32.31%

 BLUE value IS 20 (8.2% from 255) = 10.26%

R = 57.44%
G = 32.31%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#703F14 (or 0x703F14) is known color: Antique Brass. HEX triplet: 70, 3F and 14. RGB value is (112,63,20). Sum of RGB (Red+Green+Blue) = 112+63+20=195 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.44% from 195); Green value is 63 (25% from 255 or 32.31% from 195); Blue value is 20 (8.20% from 255 or 10.26% from 195); Max value from RGB is 112 - color contains mainly: red. Hex color #703F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #703F14 is #8FC0EB. Grayscale: #484848. Windows color (decimal): -9421036 or 1326960. OLE color: 1326960.

HSL color Cylindrical-coordinate representation of color #703F14: hue angle of 28.04º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #703F14 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 63 20 -
CMYK 0 0.44 0.82 0.56
HSL 28.04º 0.7% 0.26% -
HSV(B) 28.04º 0.82% 0.44% -
XYZ 8.59 7.05 1.57 -
YUV 72.75 98.23 156 -
System Red Green Blue C M Y K H S L
Decimal 112 63 20 0 0.44 0.82 0.56 28.04 0.7 0.26
Hex 70 3F 14 0 2C 52 38 1C 46 1A
Octal 160 77 24 0 54 122 70 34 106 32
Binary 1110000 111111 10100 0 101100 1010010 111000 11100 1000110 11010

Color Harmonies of #703F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703F14

Black with #703F14

Text Example


Text Example

White with #703F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703F14; }

 p { color: rgb(112,63,20); }

 H1.HeaderClassName
 {
   color: #703F14;
 }
 .AnyTagClassName
 {
   color: #703F14;
 }
</style>

background-color css

<style>
 a { background-color: #703F14; }

 a { background-color: rgb(112,63,20); }

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

border-color css

<style>
 span { border-color: #703F14; }

 span { border-color: rgb(112,63,20); }

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