Html Css Color HEX #714017 Antique Brass

📋 copy color: '#714017'

red 113 ◦ green 64 ◦ blue 23

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

Shades of Antique Brass #714017

Tints of Antique Brass #714017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 11.5%

R = 56.5%
G = 32%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#714017 (or 0x714017) is known color: Antique Brass. HEX triplet: 71, 40 and 17. RGB value is (113,64,23). Sum of RGB (Red+Green+Blue) = 113+64+23=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #714017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714017 is #8EBFE8. Grayscale: #4A4A4A. Windows color (decimal): -9355241 or 1523825. OLE color: 1523825.

HSL color Cylindrical-coordinate representation of color #714017: hue angle of 27.33º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #714017 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 64 23 -
CMYK 0 0.43 0.80 0.56
HSL 27.33º 0.66% 0.27% -
HSV(B) 27.33º 0.8% 0.44% -
XYZ 8.8 7.24 1.74 -
YUV 73.98 99.23 155.83 -
System Red Green Blue C M Y K H S L
Decimal 113 64 23 0 0.43 0.80 0.56 27.33 0.66 0.27
Hex 71 40 17 0 2B 50 38 1B 42 1B
Octal 161 100 27 0 53 120 70 33 102 33
Binary 1110001 1000000 10111 0 101011 1010000 111000 11011 1000010 11011

Color Harmonies of #714017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714017

Black with #714017

Text Example


Text Example

White with #714017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714017; }

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

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

background-color css

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

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

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

border-color css

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

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

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