#C1A538

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

Shades of Brass #C1A538

Tints of Brass #C1A538

Color information

#C1A538 (or 0xC1A538) is unknown color: approx Brass. HEX triplet: C1, A5 and 38. RGB value is (193,165,56). Sum of RGB (Red+Green+Blue) = 193+165+56=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 165 (64.84% from 255 or 39.86% from 414); Blue value is 56 (22.27% from 255 or 13.53% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A538 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A538 is #3E5AC7. Grayscale: #A1A1A1. Windows color (decimal): -4086472 or 3712449. OLE color: 3712449.

HSL color Cylindrical-coordinate representation of color #C1A538: hue angle of 47.74º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1A538 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19316556-
CMYK00.150.710.24
HSL47.74º55.02%48.82%-
HSV(B)47.74º70.98%75.69%-
XYZ36.1638.539.27-
YUV160.9568.78150.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.62%
GREEN value IS 165 (64.84% from 255) = 39.86%
BLUE value IS 56 (22.27% from 255) = 13.53%
R=46.62%
G=39.86%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931655600.150.710.2447.7455.0248.82
HexC1A5380F4718303731
Octal3012457001710730606761
Binary110000011010010111100001111100011111000110000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A538; }

 p { color: rgb(193,165,56); }

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

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

 a { background-color: rgb(193,165,56); }

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

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

 span { border-color: rgb(193,165,56); }

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