Html Css Color HEX #714922 Antique Brass

📋 copy color: '#714922'

red 113 ◦ green 73 ◦ blue 34

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

Shades of Antique Brass #714922

Tints of Antique Brass #714922

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.18%

 BLUE value IS 34 (13.67% from 255) = 15.45%

R = 51.36%
G = 33.18%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#714922 (or 0x714922) is known color: Antique Brass. HEX triplet: 71, 49 and 22. RGB value is (113,73,34). Sum of RGB (Red+Green+Blue) = 113+73+34=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #714922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714922 is #8EB6DD. Grayscale: #505050. Windows color (decimal): -9352926 or 2247025. OLE color: 2247025.

HSL color Cylindrical-coordinate representation of color #714922: hue angle of 29.62º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #714922 is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 34 -
CMYK 0 0.35 0.70 0.56
HSL 29.62º 0.54% 0.29% -
HSV(B) 29.62º 0.7% 0.44% -
XYZ 9.48 8.39 2.63 -
YUV 80.51 101.75 151.17 -
System Red Green Blue C M Y K H S L
Decimal 113 73 34 0 0.35 0.70 0.56 29.62 0.54 0.29
Hex 71 49 22 0 23 46 38 1E 36 1D
Octal 161 111 42 0 43 106 70 36 66 35
Binary 1110001 1001001 100010 0 100011 1000110 111000 11110 110110 11101

Color Harmonies of #714922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714922

Black with #714922

Text Example


Text Example

White with #714922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714922; }

 p { color: rgb(113,73,34); }

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

background-color css

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

 a { background-color: rgb(113,73,34); }

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

border-color css

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

 span { border-color: rgb(113,73,34); }

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