#754C1D

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

Shades of Antique Brass #754C1D

Tints of Antique Brass #754C1D

Color information

#754C1D (or 0x754C1D) is unknown color: approx Antique Brass. HEX triplet: 75, 4C and 1D. RGB value is (117,76,29). Sum of RGB (Red+Green+Blue) = 117+76+29=222 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.70% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 29 (11.72% from 255 or 13.06% from 222); Max value from RGB is 117 - color contains mainly: red. Hex color #754C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C1D is #8AB3E2. Grayscale: #535353. Windows color (decimal): -9090019 or 1920117. OLE color: 1920117.

HSL color Cylindrical-coordinate representation of color #754C1D: hue angle of 32.05º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #754C1D is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1177629-
CMYK00.350.750.54
HSL32.05º60.27%28.63%-
HSV(B)32.05º75.21%45.88%-
XYZ10.149.042.37-
YUV82.997.58152.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.70%
GREEN value IS 76 (30.08% from 255) = 34.23%
BLUE value IS 29 (11.72% from 255) = 13.06%
R=52.70%
G=34.23%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117762900.350.750.5432.0560.2728.63
Hex754C1D0234B36203c1d
Octal1651143504311366407435
Binary11101011001100111010100011100101111011010000011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754C1D; }

 p { color: rgb(117,76,29); }

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

<style>
 a { background-color: #754C1D; }

 a { background-color: rgb(117,76,29); }

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

<style>
 span { border-color: #754C1D; }

 span { border-color: rgb(117,76,29); }

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