Html Css Color HEX #9FA539 Brass

📋 copy color: '#9FA539'

red 159 ◦ green 165 ◦ blue 57

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

Shades of Brass #9FA539

Tints of Brass #9FA539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.96%

R = 41.73%
G = 43.31%
B = 14.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#9FA539 (or 0x9FA539) is known color: Brass. HEX triplet: 9F, A5 and 39. RGB value is (159,165,57). Sum of RGB (Red+Green+Blue) = 159+165+57=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA539 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA539 is #605AC6. Grayscale: #979797. Windows color (decimal): -6314695 or 3777951. OLE color: 3777951.

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

Color convert

RGB 159 165 57 -
CMYK 0.04 0 0.65 0.35
HSL 63.33º 0.49% 0.44% -
HSV(B) 63.33º 0.65% 0.65% -
XYZ 28.49 34.58 9.04 -
YUV 150.89 75.01 133.78 -
System Red Green Blue C M Y K H S L
Decimal 159 165 57 0.04 0 0.65 0.35 63.33 0.49 0.44
Hex 9F A5 39 4 0 41 23 3F 31 2C
Octal 237 245 71 4 0 101 43 77 61 54
Binary 10011111 10100101 111001 100 0 1000001 100011 111111 110001 101100

Color Harmonies of #9FA539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA539

Black with #9FA539

Text Example


Text Example

White with #9FA539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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