Html Css Color HEX #714820 Antique Brass

📋 copy color: '#714820'

red 113 ◦ green 72 ◦ blue 32

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

Shades of Antique Brass #714820

Tints of Antique Brass #714820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.18%

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

R = 52.07%
G = 33.18%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#714820 (or 0x714820) is known color: Antique Brass. HEX triplet: 71, 48 and 20. RGB value is (113,72,32). Sum of RGB (Red+Green+Blue) = 113+72+32=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #714820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714820 is #8EB7DF. Grayscale: #4F4F4F. Windows color (decimal): -9353184 or 2115697. OLE color: 2115697.

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

Color convert

RGB 113 72 32 -
CMYK 0 0.36 0.72 0.56
HSL 29.63º 0.56% 0.28% -
HSV(B) 29.63º 0.72% 0.44% -
XYZ 9.39 8.25 2.46 -
YUV 79.7 101.08 151.75 -
System Red Green Blue C M Y K H S L
Decimal 113 72 32 0 0.36 0.72 0.56 29.63 0.56 0.28
Hex 71 48 20 0 24 48 38 1E 38 1C
Octal 161 110 40 0 44 110 70 36 70 34
Binary 1110001 1001000 100000 0 100100 1001000 111000 11110 111000 11100

Color Harmonies of #714820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714820

Black with #714820

Text Example


Text Example

White with #714820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714820; }

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

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

background-color css

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

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

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

border-color css

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

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

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