Html Css Color HEX #71471C Antique Brass

📋 copy color: '#71471C'

red 113 ◦ green 71 ◦ blue 28

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

Shades of Antique Brass #71471C

Tints of Antique Brass #71471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.21%

R = 53.3%
G = 33.49%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71471C (or 0x71471C) is known color: Antique Brass. HEX triplet: 71, 47 and 1C. RGB value is (113,71,28). Sum of RGB (Red+Green+Blue) = 113+71+28=212 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.30% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 28 (11.33% from 255 or 13.21% from 212); Max value from RGB is 113 - color contains mainly: red. Hex color #71471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71471C is #8EB8E3. Grayscale: #4E4E4E. Windows color (decimal): -9353444 or 1853297. OLE color: 1853297.

HSL color Cylindrical-coordinate representation of color #71471C: hue angle of 30.35º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #71471C is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 71 28 -
CMYK 0 0.37 0.75 0.56
HSL 30.35º 0.6% 0.28% -
HSV(B) 30.35º 0.75% 0.44% -
XYZ 9.27 8.1 2.17 -
YUV 78.66 99.41 152.5 -
System Red Green Blue C M Y K H S L
Decimal 113 71 28 0 0.37 0.75 0.56 30.35 0.6 0.28
Hex 71 47 1C 0 25 4B 38 1E 3C 1C
Octal 161 107 34 0 45 113 70 36 74 34
Binary 1110001 1000111 11100 0 100101 1001011 111000 11110 111100 11100

Color Harmonies of #71471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71471C

Black with #71471C

Text Example


Text Example

White with #71471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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