#C1A834

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

Shades of Brass #C1A834

Tints of Brass #C1A834

Color information

#C1A834 (or 0xC1A834) is unknown color: approx Brass. HEX triplet: C1, A8 and 34. RGB value is (193,168,52). Sum of RGB (Red+Green+Blue) = 193+168+52=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 52 (20.70% from 255 or 12.59% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A834 is #3E57CB. Grayscale: #A2A2A2. Windows color (decimal): -4085708 or 3451073. OLE color: 3451073.

HSL color Cylindrical-coordinate representation of color #C1A834: hue angle of 49.36º degrees, saturation: 0.58, 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 #C1A834 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB19316852-
CMYK00.130.730.24
HSL49.36º57.55%48.04%-
HSV(B)49.36º73.06%75.69%-
XYZ36.6139.598.96-
YUV162.2565.78149.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.73%
GREEN value IS 168 (66.02% from 255) = 40.68%
BLUE value IS 52 (20.70% from 255) = 12.59%
R=46.73%
G=40.68%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931685200.130.730.2449.3657.5548.04
HexC1A8340D4918313a30
Octal3012506401511130617260
Binary110000011010100011010001101100100111000110001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A834; }

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

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

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

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

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

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

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

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