Html Css Color HEX #71481C Antique Brass

📋 copy color: '#71481C'

red 113 ◦ green 72 ◦ blue 28

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

Shades of Antique Brass #71481C

Tints of Antique Brass #71481C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.8%

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

R = 53.05%
G = 33.8%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#71481C (or 0x71481C) is known color: Antique Brass. HEX triplet: 71, 48 and 1C. RGB value is (113,72,28). Sum of RGB (Red+Green+Blue) = 113+72+28=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #71481C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71481C is #8EB7E3. Grayscale: #4F4F4F. Windows color (decimal): -9353188 or 1853553. OLE color: 1853553.

HSL color Cylindrical-coordinate representation of color #71481C: hue angle of 31.06º 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 #71481C is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 72 28 -
CMYK 0 0.36 0.75 0.56
HSL 31.06º 0.6% 0.28% -
HSV(B) 31.06º 0.75% 0.44% -
XYZ 9.34 8.23 2.19 -
YUV 79.24 99.08 152.08 -
System Red Green Blue C M Y K H S L
Decimal 113 72 28 0 0.36 0.75 0.56 31.06 0.6 0.28
Hex 71 48 1C 0 24 4B 38 1F 3C 1C
Octal 161 110 34 0 44 113 70 37 74 34
Binary 1110001 1001000 11100 0 100100 1001011 111000 11111 111100 11100

Color Harmonies of #71481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71481C

Black with #71481C

Text Example


Text Example

White with #71481C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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