#C3A237

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

Shades of Brass #C3A237

Tints of Brass #C3A237

Color information

#C3A237 (or 0xC3A237) is unknown color: approx Brass. HEX triplet: C3, A2 and 37. RGB value is (195,162,55). Sum of RGB (Red+Green+Blue) = 195+162+55=412 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.33% from 412); Green value is 162 (63.67% from 255 or 39.32% from 412); Blue value is 55 (21.88% from 255 or 13.35% from 412); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A237 is #3C5DC8. Grayscale: #A0A0A0. Windows color (decimal): -3956169 or 3646147. OLE color: 3646147.

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

Color convert

RGB19516255-
CMYK00.170.720.24
HSL45.86º56%49.02%-
HSV(B)45.86º71.79%76.47%-
XYZ36.1237.728.99-
YUV159.6768.93153.2-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.33%
GREEN value IS 162 (63.67% from 255) = 39.32%
BLUE value IS 55 (21.88% from 255) = 13.35%
R=47.33%
G=39.32%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951625500.170.720.2445.865649.02
HexC3A23701148182e3831
Octal3032426702111030567061
Binary1100001110100010110111010001100100011000101110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A237; }

 p { color: rgb(195,162,55); }

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

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

 a { background-color: rgb(195,162,55); }

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

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

 span { border-color: rgb(195,162,55); }

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