#71481E

Color #71481E Antique Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Antique Brass #71481E

Tints of Antique Brass #71481E

Color information

#71481E (or 0x71481E) is unknown color: approx 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

RGB1137230-
CMYK00.360.730.56
HSL30.36º58.04%28.04%-
HSV(B)30.36º73.45%44.31%-
XYZ9.368.242.33-
YUV79.47100.08151.92-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.73
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113723000.360.730.5630.3658.0428.04
Hex71481E02449381e3a1c
Octal1611103604411170367234
Binary1110001100100011110010010010010011110001111011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>