Html Css Color HEX #71481E Antique Brass

📋 copy color: '#71481E'

red 113 ◦ green 72 ◦ blue 30

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

Shades of Antique Brass #71481E

Tints of Antique Brass #71481E

RGB

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

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

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

R = 52.56%
G = 33.49%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#71481E (or 0x71481E) is known color: Antique Brass. HEX triplet: 71, 48 and 1E. RGB value is (113,72,30). Sum of RGB (Red+Green+Blue) = 113+72+30=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #71481E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71481E is #8EB7E1. Grayscale: #4F4F4F. Windows color (decimal): -9353186 or 1984625. OLE color: 1984625.

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

Color convert

RGB 113 72 30 -
CMYK 0 0.36 0.73 0.56
HSL 30.36º 0.58% 0.28% -
HSV(B) 30.36º 0.73% 0.44% -
XYZ 9.36 8.24 2.33 -
YUV 79.47 100.08 151.92 -
System Red Green Blue C M Y K H S L
Decimal 113 72 30 0 0.36 0.73 0.56 30.36 0.58 0.28
Hex 71 48 1E 0 24 49 38 1E 3A 1C
Octal 161 110 36 0 44 111 70 36 72 34
Binary 1110001 1001000 11110 0 100100 1001001 111000 11110 111010 11100

Color Harmonies of #71481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71481E

Black with #71481E

Text Example


Text Example

White with #71481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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