Html Css Color HEX #714521 Antique Brass

📋 copy color: '#714521'

red 113 ◦ green 69 ◦ blue 33

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

Shades of Antique Brass #714521

Tints of Antique Brass #714521

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.09%

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

R = 52.56%
G = 32.09%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#714521 (or 0x714521) is known color: Antique Brass. HEX triplet: 71, 45 and 21. RGB value is (113,69,33). Sum of RGB (Red+Green+Blue) = 113+69+33=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 33 (13.28% from 255 or 15.35% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #714521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714521 is #8EBADE. Grayscale: #4E4E4E. Windows color (decimal): -9353951 or 2180465. OLE color: 2180465.

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

Color convert

RGB 113 69 33 -
CMYK 0 0.39 0.71 0.56
HSL 27º 0.55% 0.29% -
HSV(B) 27º 0.71% 0.44% -
XYZ 9.21 7.88 2.47 -
YUV 78.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 113 69 33 0 0.39 0.71 0.56 27 0.55 0.29
Hex 71 45 21 0 27 47 38 1B 37 1D
Octal 161 105 41 0 47 107 70 33 67 35
Binary 1110001 1000101 100001 0 100111 1000111 111000 11011 110111 11101

Color Harmonies of #714521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714521

Black with #714521

Text Example


Text Example

White with #714521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714521; }

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

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

background-color css

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

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

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

border-color css

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

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

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