Html Css Color HEX #714C20 Antique Brass

📋 copy color: '#714C20'

red 113 ◦ green 76 ◦ blue 32

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

Shades of Antique Brass #714C20

Tints of Antique Brass #714C20

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.39%

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

R = 51.13%
G = 34.39%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#714C20 (or 0x714C20) is known color: Antique Brass. HEX triplet: 71, 4C and 20. RGB value is (113,76,32). Sum of RGB (Red+Green+Blue) = 113+76+32=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #714C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C20 is #8EB3DF. Grayscale: #525252. Windows color (decimal): -9352160 or 2116721. OLE color: 2116721.

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

Color convert

RGB 113 76 32 -
CMYK 0 0.33 0.72 0.56
HSL 32.59º 0.56% 0.28% -
HSV(B) 32.59º 0.72% 0.44% -
XYZ 9.66 8.78 2.55 -
YUV 82.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 113 76 32 0 0.33 0.72 0.56 32.59 0.56 0.28
Hex 71 4C 20 0 21 48 38 21 38 1C
Octal 161 114 40 0 41 110 70 41 70 34
Binary 1110001 1001100 100000 0 100001 1001000 111000 100001 111000 11100

Color Harmonies of #714C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714C20

Black with #714C20

Text Example


Text Example

White with #714C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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