Html Css Color HEX #9F9F49 Brass

📋 copy color: '#9F9F49'

red 159 ◦ green 159 ◦ blue 73

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

Shades of Brass #9F9F49

Tints of Brass #9F9F49

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.66%

 BLUE value IS 73 (28.91% from 255) = 18.67%

R = 40.66%
G = 40.66%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.54

 K value IS 0.38

RGB Variations

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

Color information

#9F9F49 (or 0x9F9F49) is known color: Brass. HEX triplet: 9F, 9F and 49. RGB value is (159,159,73). Sum of RGB (Red+Green+Blue) = 159+159+73=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 73 (28.91% from 255 or 18.67% from 391); Max value from RGB is 159 - color contains mainly: red, green. Hex color #9F9F49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9F49 is #6060B6. Grayscale: #959595. Windows color (decimal): -6316215 or 4824991. OLE color: 4824991.

HSL color Cylindrical-coordinate representation of color #9F9F49: hue angle of 60º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F9F49 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 159 73 -
CMYK 0 0 0.54 0.38
HSL 60º 0.37% 0.45% -
HSV(B) 60º 0.54% 0.62% -
XYZ 27.9 32.65 11.13 -
YUV 149.2 85 134.99 -
System Red Green Blue C M Y K H S L
Decimal 159 159 73 0 0 0.54 0.38 60 0.37 0.45
Hex 9F 9F 49 0 0 36 26 3C 25 2D
Octal 237 237 111 0 0 66 46 74 45 55
Binary 10011111 10011111 1001001 0 0 110110 100110 111100 100101 101101

Color Harmonies of #9F9F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F9F49

Black with #9F9F49

Text Example


Text Example

White with #9F9F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,159,73); }

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

background-color css

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

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

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

border-color css

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

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

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