Html Css Color HEX #714A20 Antique Brass

📋 copy color: '#714A20'

red 113 ◦ green 74 ◦ blue 32

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

Shades of Antique Brass #714A20

Tints of Antique Brass #714A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.79%

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

R = 51.6%
G = 33.79%
B = 14.61%

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

#714A20 (or 0x714A20) is known color: Antique Brass. HEX triplet: 71, 4A and 20. RGB value is (113,74,32). Sum of RGB (Red+Green+Blue) = 113+74+32=219 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.60% from 219); Green value is 74 (29.30% from 255 or 33.79% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 113 - color contains mainly: red. Hex color #714A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714A20 is #8EB5DF. Grayscale: #515151. Windows color (decimal): -9352672 or 2116209. OLE color: 2116209.

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

Color convert

RGB 113 74 32 -
CMYK 0 0.35 0.72 0.56
HSL 31.11º 0.56% 0.28% -
HSV(B) 31.11º 0.72% 0.44% -
XYZ 9.52 8.51 2.51 -
YUV 80.87 100.42 150.92 -
System Red Green Blue C M Y K H S L
Decimal 113 74 32 0 0.35 0.72 0.56 31.11 0.56 0.28
Hex 71 4A 20 0 23 48 38 1F 38 1C
Octal 161 112 40 0 43 110 70 37 70 34
Binary 1110001 1001010 100000 0 100011 1001000 111000 11111 111000 11100

Color Harmonies of #714A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A20

Black with #714A20

Text Example


Text Example

White with #714A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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