Html Css Color HEX #714016 Antique Brass

📋 copy color: '#714016'

red 113 ◦ green 64 ◦ blue 22

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

Shades of Antique Brass #714016

Tints of Antique Brass #714016

RGB

 RED value IS 113 (44.53% from 255) = 56.78%

 GREEN value IS 64 (25.39% from 255) = 32.16%

 BLUE value IS 22 (8.98% from 255) = 11.06%

R = 56.78%
G = 32.16%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#714016 (or 0x714016) is known color: Antique Brass. HEX triplet: 71, 40 and 16. RGB value is (113,64,22). Sum of RGB (Red+Green+Blue) = 113+64+22=199 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.78% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 113 - color contains mainly: red. Hex color #714016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714016 is #8EBFE9. Grayscale: #4A4A4A. Windows color (decimal): -9355242 or 1458289. OLE color: 1458289.

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

Color convert

RGB 113 64 22 -
CMYK 0 0.43 0.81 0.56
HSL 27.69º 0.67% 0.26% -
HSV(B) 27.69º 0.81% 0.44% -
XYZ 8.79 7.24 1.69 -
YUV 73.86 98.73 155.92 -
System Red Green Blue C M Y K H S L
Decimal 113 64 22 0 0.43 0.81 0.56 27.69 0.67 0.26
Hex 71 40 16 0 2B 51 38 1C 43 1A
Octal 161 100 26 0 53 121 70 34 103 32
Binary 1110001 1000000 10110 0 101011 1010001 111000 11100 1000011 11010

Color Harmonies of #714016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714016

Black with #714016

Text Example


Text Example

White with #714016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714016; }

 p { color: rgb(113,64,22); }

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

background-color css

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

 a { background-color: rgb(113,64,22); }

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

border-color css

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

 span { border-color: rgb(113,64,22); }

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