Html Css Color HEX #71491E Antique Brass

📋 copy color: '#71491E'

red 113 ◦ green 73 ◦ blue 30

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

Shades of Antique Brass #71491E

Tints of Antique Brass #71491E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.89%

R = 52.31%
G = 33.8%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71491E (or 0x71491E) is known color: Antique Brass. HEX triplet: 71, 49 and 1E. RGB value is (113,73,30). Sum of RGB (Red+Green+Blue) = 113+73+30=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 30 (12.11% from 255 or 13.89% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #71491E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71491E is #8EB6E1. Grayscale: #505050. Windows color (decimal): -9352930 or 1984881. OLE color: 1984881.

HSL color Cylindrical-coordinate representation of color #71491E: hue angle of 31.08º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71491E is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 30 -
CMYK 0 0.35 0.73 0.56
HSL 31.08º 0.58% 0.28% -
HSV(B) 31.08º 0.73% 0.44% -
XYZ 9.43 8.37 2.35 -
YUV 80.06 99.75 151.5 -
System Red Green Blue C M Y K H S L
Decimal 113 73 30 0 0.35 0.73 0.56 31.08 0.58 0.28
Hex 71 49 1E 0 23 49 38 1F 3A 1C
Octal 161 111 36 0 43 111 70 37 72 34
Binary 1110001 1001001 11110 0 100011 1001001 111000 11111 111010 11100

Color Harmonies of #71491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71491E

Black with #71491E

Text Example


Text Example

White with #71491E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71491E; }

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

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

background-color css

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

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

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

border-color css

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

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

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