Html Css Color HEX #714320 Antique Brass

📋 copy color: '#714320'

red 113 ◦ green 67 ◦ blue 32

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

Shades of Antique Brass #714320

Tints of Antique Brass #714320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.6%

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

R = 53.3%
G = 31.6%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#714320 (or 0x714320) is known color: Antique Brass. HEX triplet: 71, 43 and 20. RGB value is (113,67,32). Sum of RGB (Red+Green+Blue) = 113+67+32=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #714320 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714320 is #8EBCDF. Grayscale: #4C4C4C. Windows color (decimal): -9354464 or 2114417. OLE color: 2114417.

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

Color convert

RGB 113 67 32 -
CMYK 0 0.41 0.72 0.56
HSL 25.93º 0.56% 0.28% -
HSV(B) 25.93º 0.72% 0.44% -
XYZ 9.08 7.63 2.36 -
YUV 76.76 102.74 153.85 -
System Red Green Blue C M Y K H S L
Decimal 113 67 32 0 0.41 0.72 0.56 25.93 0.56 0.28
Hex 71 43 20 0 29 48 38 1A 38 1C
Octal 161 103 40 0 51 110 70 32 70 34
Binary 1110001 1000011 100000 0 101001 1001000 111000 11010 111000 11100

Color Harmonies of #714320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714320

Black with #714320

Text Example


Text Example

White with #714320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714320; }

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

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

background-color css

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

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

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

border-color css

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

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

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