#C1A139

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

Shades of Brass #C1A139

Tints of Brass #C1A139

Color information

#C1A139 (or 0xC1A139) is unknown color: approx Brass. HEX triplet: C1, A1 and 39. RGB value is (193,161,57). Sum of RGB (Red+Green+Blue) = 193+161+57=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 57 (22.66% from 255 or 13.87% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A139 is #3E5EC6. Grayscale: #9F9F9F. Windows color (decimal): -4087495 or 3776961. OLE color: 3776961.

HSL color Cylindrical-coordinate representation of color #C1A139: hue angle of 45.88º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1A139 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19316157-
CMYK00.170.700.24
HSL45.88º54.4%49.02%-
HSV(B)45.88º70.47%75.69%-
XYZ35.4837.129.17-
YUV158.7170.6152.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 161 (63.28% from 255) = 39.17%
BLUE value IS 57 (22.66% from 255) = 13.87%
R=46.96%
G=39.17%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931615700.170.700.2445.8854.449.02
HexC1A13901146182e3631
Octal3012417102110630566661
Binary1100000110100001111001010001100011011000101110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A139; }

 p { color: rgb(193,161,57); }

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

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

 a { background-color: rgb(193,161,57); }

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

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

 span { border-color: rgb(193,161,57); }

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