Html Css Color HEX #C3A537 Brass

📋 copy color: '#C3A537'

red 195 ◦ green 165 ◦ blue 55

#C3A537
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #C3A537

Tints of Brass #C3A537

RGB

 RED value IS 195 (76.56% from 255) = 46.99%

 GREEN value IS 165 (64.84% from 255) = 39.76%

 BLUE value IS 55 (21.88% from 255) = 13.25%

R = 46.99%
G = 39.76%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C3A537 (or 0xC3A537) is known color: Brass. HEX triplet: C3, A5 and 37. RGB value is (195,165,55). Sum of RGB (Red+Green+Blue) = 195+165+55=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 165 (64.84% from 255 or 39.76% from 415); Blue value is 55 (21.88% from 255 or 13.25% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A537 is #3C5AC8. Grayscale: #A1A1A1. Windows color (decimal): -3955401 or 3646915. OLE color: 3646915.

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

Color convert

RGB 195 165 55 -
CMYK 0 0.15 0.72 0.24
HSL 47.14º 0.56% 0.49% -
HSV(B) 47.14º 0.72% 0.76% -
XYZ 36.65 38.79 9.17 -
YUV 161.43 67.94 151.94 -
System Red Green Blue C M Y K H S L
Decimal 195 165 55 0 0.15 0.72 0.24 47.14 0.56 0.49
Hex C3 A5 37 0 F 48 18 2F 38 31
Octal 303 245 67 0 17 110 30 57 70 61
Binary 11000011 10100101 110111 0 1111 1001000 11000 101111 111000 110001

Color Harmonies of #C3A537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A537

Black with #C3A537

Text Example


Text Example

White with #C3A537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A537; }

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

 H1.HeaderClassName
 {
   color: #C3A537;
 }
 .AnyTagClassName
 {
   color: #C3A537;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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