#C1A837

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

Shades of Brass #C1A837

Tints of Brass #C1A837

Color information

#C1A837 (or 0xC1A837) is unknown color: approx Brass. HEX triplet: C1, A8 and 37. RGB value is (193,168,55). Sum of RGB (Red+Green+Blue) = 193+168+55=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A837 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A837 is #3E57C8. Grayscale: #A3A3A3. Windows color (decimal): -4085705 or 3647681. OLE color: 3647681.

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

Color convert

RGB19316855-
CMYK00.130.720.24
HSL49.13º55.65%48.63%-
HSV(B)49.13º71.5%75.69%-
XYZ36.6839.629.33-
YUV162.5967.28149.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.39%
GREEN value IS 168 (66.02% from 255) = 40.38%
BLUE value IS 55 (21.88% from 255) = 13.22%
R=46.39%
G=40.38%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931685500.130.720.2449.1355.6548.63
HexC1A8370D4818313831
Octal3012506701511030617061
Binary110000011010100011011101101100100011000110001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A837; }

 p { color: rgb(193,168,55); }

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

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

 a { background-color: rgb(193,168,55); }

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

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

 span { border-color: rgb(193,168,55); }

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