#C3A539

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

Shades of Brass #C3A539

Tints of Brass #C3A539

Color information

#C3A539 (or 0xC3A539) is unknown color: approx Brass. HEX triplet: C3, A5 and 39. RGB value is (195,165,57). Sum of RGB (Red+Green+Blue) = 195+165+57=417 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.76% from 417); Green value is 165 (64.84% from 255 or 39.57% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A539 is #3C5AC6. Grayscale: #A2A2A2. Windows color (decimal): -3955399 or 3777987. OLE color: 3777987.

HSL color Cylindrical-coordinate representation of color #C3A539: hue angle of 46.96º 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 #C3A539 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19516557-
CMYK00.150.710.24
HSL46.96º54.76%49.41%-
HSV(B)46.96º70.77%76.47%-
XYZ36.738.819.43-
YUV161.6668.94151.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.76%
GREEN value IS 165 (64.84% from 255) = 39.57%
BLUE value IS 57 (22.66% from 255) = 13.67%
R=46.76%
G=39.57%
B=13.67%

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
Decimal1951655700.150.710.2446.9654.7649.41
HexC3A5390F47182f3731
Octal3032457101710730576761
Binary110000111010010111100101111100011111000101111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A539; }

 p { color: rgb(195,165,57); }

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

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

 a { background-color: rgb(195,165,57); }

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

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

 span { border-color: rgb(195,165,57); }

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