Html Css Color HEX #9FA537 Brass

📋 copy color: '#9FA537'

red 159 ◦ green 165 ◦ blue 55

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

Shades of Brass #9FA537

Tints of Brass #9FA537

RGB

 RED value IS 159 (62.5% from 255) = 41.95%

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

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

R = 41.95%
G = 43.54%
B = 14.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#9FA537 (or 0x9FA537) is known color: Brass. HEX triplet: 9F, A5 and 37. RGB value is (159,165,55). Sum of RGB (Red+Green+Blue) = 159+165+55=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 165 (64.84% from 255 or 43.54% from 379); Blue value is 55 (21.88% from 255 or 14.51% from 379); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA537 is #605AC8. Grayscale: #979797. Windows color (decimal): -6314697 or 3646879. OLE color: 3646879.

HSL color Cylindrical-coordinate representation of color #9FA537: hue angle of 63.27º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FA537 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 159 165 55 -
CMYK 0.04 0 0.67 0.35
HSL 63.27º 0.5% 0.43% -
HSV(B) 63.27º 0.67% 0.65% -
XYZ 28.44 34.56 8.79 -
YUV 150.67 74.01 133.94 -
System Red Green Blue C M Y K H S L
Decimal 159 165 55 0.04 0 0.67 0.35 63.27 0.5 0.43
Hex 9F A5 37 4 0 43 23 3F 32 2B
Octal 237 245 67 4 0 103 43 77 62 53
Binary 10011111 10100101 110111 100 0 1000011 100011 111111 110010 101011

Color Harmonies of #9FA537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA537

Black with #9FA537

Text Example


Text Example

White with #9FA537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FA537; }

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

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

background-color css

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

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

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

border-color css

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

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

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