#C3A53B

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

Shades of Brass #C3A53B

Tints of Brass #C3A53B

Color information

#C3A53B (or 0xC3A53B) is unknown color: approx Brass. HEX triplet: C3, A5 and 3B. RGB value is (195,165,59). Sum of RGB (Red+Green+Blue) = 195+165+59=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 59 (23.44% from 255 or 14.08% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A53B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A53B is #3C5AC4. Grayscale: #A2A2A2. Windows color (decimal): -3955397 or 3909059. OLE color: 3909059.

HSL color Cylindrical-coordinate representation of color #C3A53B: hue angle of 46.76º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C3A53B is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB19516559-
CMYK00.150.700.24
HSL46.76º53.54%49.8%-
HSV(B)46.76º69.74%76.47%-
XYZ36.7538.839.7-
YUV161.8969.94151.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 46.54%
GREEN value IS 165 (64.84% from 255) = 39.38%
BLUE value IS 59 (23.44% from 255) = 14.08%
R=46.54%
G=39.38%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951655900.150.700.2446.7653.5449.8
HexC3A53B0F46182f3632
Octal3032457301710630576662
Binary110000111010010111101101111100011011000101111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A53B; }

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

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

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

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

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

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

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

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