Html Css Color HEX #714821 Antique Brass

📋 copy color: '#714821'

red 113 ◦ green 72 ◦ blue 33

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

Shades of Antique Brass #714821

Tints of Antique Brass #714821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.14%

R = 51.83%
G = 33.03%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#714821 (or 0x714821) is known color: Antique Brass. HEX triplet: 71, 48 and 21. RGB value is (113,72,33). Sum of RGB (Red+Green+Blue) = 113+72+33=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 72 (28.52% from 255 or 33.03% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #714821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714821 is #8EB7DE. Grayscale: #505050. Windows color (decimal): -9353183 or 2181233. OLE color: 2181233.

HSL color Cylindrical-coordinate representation of color #714821: hue angle of 29.25º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #714821 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 72 33 -
CMYK 0 0.36 0.71 0.56
HSL 29.25º 0.55% 0.29% -
HSV(B) 29.25º 0.71% 0.44% -
XYZ 9.4 8.26 2.54 -
YUV 79.81 101.58 151.67 -
System Red Green Blue C M Y K H S L
Decimal 113 72 33 0 0.36 0.71 0.56 29.25 0.55 0.29
Hex 71 48 21 0 24 47 38 1D 37 1D
Octal 161 110 41 0 44 107 70 35 67 35
Binary 1110001 1001000 100001 0 100100 1000111 111000 11101 110111 11101

Color Harmonies of #714821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714821

Black with #714821

Text Example


Text Example

White with #714821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714821; }

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

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

background-color css

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

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

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

border-color css

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

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

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