#75461E

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

Shades of Antique Brass #75461E

Tints of Antique Brass #75461E

Color information

#75461E (or 0x75461E) is unknown color: approx Antique Brass. HEX triplet: 75, 46 and 1E. RGB value is (117,70,30). Sum of RGB (Red+Green+Blue) = 117+70+30=217 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.92% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 117 - color contains mainly: red. Hex color #75461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75461E is #8AB9E1. Grayscale: #4F4F4F. Windows color (decimal): -9091554 or 1984117. OLE color: 1984117.

HSL color Cylindrical-coordinate representation of color #75461E: hue angle of 27.59º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #75461E is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB1177030-
CMYK00.400.740.54
HSL27.59º59.18%28.82%-
HSV(B)27.59º74.36%45.88%-
XYZ9.768.262.31-
YUV79.49100.07154.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.92%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 30 (12.11% from 255) = 13.82%
R=53.92%
G=32.26%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117703000.400.740.5427.5959.1828.82
Hex75461E0284A361c3b1d
Octal1651063605011266347335
Binary1110101100011011110010100010010101101101110011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,70,30); }

 H1.HeaderClassName
 {
   color: #75461E;
 }
 .AnyTagClassName
 {
   color: #75461E;
 }
</style>
background-color css

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

 a { background-color: rgb(117,70,30); }

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

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

 span { border-color: rgb(117,70,30); }

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