Html Css Color HEX #714722 Antique Brass

📋 copy color: '#714722'

red 113 ◦ green 71 ◦ blue 34

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

Shades of Antique Brass #714722

Tints of Antique Brass #714722

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

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

R = 51.83%
G = 32.57%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.56

RGB Variations

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

Color information

#714722 (or 0x714722) is known color: Antique Brass. HEX triplet: 71, 47 and 22. RGB value is (113,71,34). Sum of RGB (Red+Green+Blue) = 113+71+34=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 34 (13.67% from 255 or 15.60% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #714722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714722 is #8EB8DD. Grayscale: #4F4F4F. Windows color (decimal): -9353438 or 2246513. OLE color: 2246513.

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

Color convert

RGB 113 71 34 -
CMYK 0 0.37 0.70 0.56
HSL 28.1º 0.54% 0.29% -
HSV(B) 28.1º 0.7% 0.44% -
XYZ 9.35 8.13 2.59 -
YUV 79.34 102.41 152.01 -
System Red Green Blue C M Y K H S L
Decimal 113 71 34 0 0.37 0.70 0.56 28.1 0.54 0.29
Hex 71 47 22 0 25 46 38 1C 36 1D
Octal 161 107 42 0 45 106 70 34 66 35
Binary 1110001 1000111 100010 0 100101 1000110 111000 11100 110110 11101

Color Harmonies of #714722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714722

Black with #714722

Text Example


Text Example

White with #714722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714722; }

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

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

background-color css

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

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

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

border-color css

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

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

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