#c1a135

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

Shades of Brass #C1A135

Tints of Brass #C1A135

Color information

#C1A135 (or 0xC1A135) is unknown color: approx Brass. HEX triplet: C1, A1 and 35. RGB value is (193,161,53). Sum of RGB (Red+Green+Blue) = 193+161+53=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 161 (63.28% from 255 or 39.56% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A135 is #3E5ECA. Grayscale: #9E9E9E. Windows color (decimal): -4087499 or 3514817. OLE color: 3514817.

HSL color Cylindrical-coordinate representation of color #C1A135: hue angle of 46.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1A135 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19316153-
CMYK00.170.730.24
HSL46.29º56.91%48.24%-
HSV(B)46.29º72.54%75.69%-
XYZ35.3837.088.66-
YUV158.2668.6152.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 161 (63.28% from 255) = 39.56%
BLUE value IS 53 (21.09% from 255) = 13.02%
R=47.42%
G=39.56%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931615300.170.730.2446.2956.9148.24
HexC1A13501149182e3930
Octal3012416502111130567160
Binary1100000110100001110101010001100100111000101110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1a135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1a135; }

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

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

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

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

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

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

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

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