Html Css Color HEX #9FA541 Brass

📋 copy color: '#9FA541'

red 159 ◦ green 165 ◦ blue 65

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

Shades of Brass #9FA541

Tints of Brass #9FA541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.71%

R = 40.87%
G = 42.42%
B = 16.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#9FA541 (or 0x9FA541) is known color: Brass. HEX triplet: 9F, A5 and 41. RGB value is (159,165,65). Sum of RGB (Red+Green+Blue) = 159+165+65=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA541 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA541 is #605ABE. Grayscale: #989898. Windows color (decimal): -6314687 or 4302239. OLE color: 4302239.

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

Color convert

RGB 159 165 65 -
CMYK 0.04 0 0.61 0.35
HSL 63.6º 0.43% 0.45% -
HSV(B) 63.6º 0.61% 0.65% -
XYZ 28.71 34.66 10.18 -
YUV 151.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 159 165 65 0.04 0 0.61 0.35 63.6 0.43 0.45
Hex 9F A5 41 4 0 3D 23 40 2B 2D
Octal 237 245 101 4 0 75 43 100 53 55
Binary 10011111 10100101 1000001 100 0 111101 100011 1000000 101011 101101

Color Harmonies of #9FA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA541

Black with #9FA541

Text Example


Text Example

White with #9FA541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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