#C3A739

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

Shades of Brass #C3A739

Tints of Brass #C3A739

Color information

#C3A739 (or 0xC3A739) is unknown color: approx Brass. HEX triplet: C3, A7 and 39. RGB value is (195,167,57). Sum of RGB (Red+Green+Blue) = 195+167+57=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A739 is #3C58C6. Grayscale: #A3A3A3. Windows color (decimal): -3954887 or 3778499. OLE color: 3778499.

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

Color convert

RGB19516757-
CMYK00.140.710.24
HSL47.83º54.76%49.41%-
HSV(B)47.83º70.77%76.47%-
XYZ37.0639.539.55-
YUV162.8368.28150.94-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 167 (65.62% from 255) = 39.86%
BLUE value IS 57 (22.66% from 255) = 13.60%
R=46.54%
G=39.86%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951675700.140.710.2447.8354.7649.41
HexC3A7390E4718303731
Octal3032477101610730606761
Binary110000111010011111100101110100011111000110000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A739; }

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

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

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

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

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

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

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

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