Html Css Color HEX #71471E Antique Brass

📋 copy color: '#71471E'

red 113 ◦ green 71 ◦ blue 30

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

Shades of Antique Brass #71471E

Tints of Antique Brass #71471E

RGB

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

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

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

R = 52.8%
G = 33.18%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71471E (or 0x71471E) is known color: Antique Brass. HEX triplet: 71, 47 and 1E. RGB value is (113,71,30). Sum of RGB (Red+Green+Blue) = 113+71+30=214 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.80% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 113 - color contains mainly: red. Hex color #71471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71471E is #8EB8E1. Grayscale: #4F4F4F. Windows color (decimal): -9353442 or 1984369. OLE color: 1984369.

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

Color convert

RGB 113 71 30 -
CMYK 0 0.37 0.73 0.56
HSL 29.64º 0.58% 0.28% -
HSV(B) 29.64º 0.73% 0.44% -
XYZ 9.3 8.11 2.3 -
YUV 78.88 100.41 152.33 -
System Red Green Blue C M Y K H S L
Decimal 113 71 30 0 0.37 0.73 0.56 29.64 0.58 0.28
Hex 71 47 1E 0 25 49 38 1E 3A 1C
Octal 161 107 36 0 45 111 70 36 72 34
Binary 1110001 1000111 11110 0 100101 1001001 111000 11110 111010 11100

Color Harmonies of #71471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71471E

Black with #71471E

Text Example


Text Example

White with #71471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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