Html Css Color HEX #714920 Antique Brass

📋 copy color: '#714920'

red 113 ◦ green 73 ◦ blue 32

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

Shades of Antique Brass #714920

Tints of Antique Brass #714920

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.49%

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 51.83%
G = 33.49%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#714920 (or 0x714920) is known color: Antique Brass. HEX triplet: 71, 49 and 20. RGB value is (113,73,32). Sum of RGB (Red+Green+Blue) = 113+73+32=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #714920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714920 is #8EB6DF. Grayscale: #505050. Windows color (decimal): -9352928 or 2115953. OLE color: 2115953.

HSL color Cylindrical-coordinate representation of color #714920: hue angle of 30.37º degrees, saturation: 0.56, 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 #714920 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 32 -
CMYK 0 0.35 0.72 0.56
HSL 30.37º 0.56% 0.28% -
HSV(B) 30.37º 0.72% 0.44% -
XYZ 9.45 8.38 2.49 -
YUV 80.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 113 73 32 0 0.35 0.72 0.56 30.37 0.56 0.28
Hex 71 49 20 0 23 48 38 1E 38 1C
Octal 161 111 40 0 43 110 70 36 70 34
Binary 1110001 1001001 100000 0 100011 1001000 111000 11110 111000 11100

Color Harmonies of #714920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714920

Black with #714920

Text Example


Text Example

White with #714920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714920; }

 p { color: rgb(113,73,32); }

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

background-color css

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

 a { background-color: rgb(113,73,32); }

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

border-color css

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

 span { border-color: rgb(113,73,32); }

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