Html Css Color HEX #9F8537 Reef Gold

📋 copy color: '#9F8537'

red 159 ◦ green 133 ◦ blue 55

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

Shades of Reef Gold #9F8537

Tints of Reef Gold #9F8537

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.33%

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

R = 45.82%
G = 38.33%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#9F8537 (or 0x9F8537) is known color: Reef Gold. HEX triplet: 9F, 85 and 37. RGB value is (159,133,55). Sum of RGB (Red+Green+Blue) = 159+133+55=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 55 (21.88% from 255 or 15.85% from 347); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8537 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8537 is #607AC8. Grayscale: #848484. Windows color (decimal): -6322889 or 3638687. OLE color: 3638687.

HSL color Cylindrical-coordinate representation of color #9F8537: hue angle of 45º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F8537 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 133 55 -
CMYK 0 0.16 0.65 0.38
HSL 45º 0.49% 0.42% -
HSV(B) 45º 0.65% 0.62% -
XYZ 23.38 24.42 7.1 -
YUV 131.88 84.61 147.34 -
System Red Green Blue C M Y K H S L
Decimal 159 133 55 0 0.16 0.65 0.38 45 0.49 0.42
Hex 9F 85 37 0 10 41 26 2D 31 2A
Octal 237 205 67 0 20 101 46 55 61 52
Binary 10011111 10000101 110111 0 10000 1000001 100110 101101 110001 101010

Color Harmonies of #9F8537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F8537

Black with #9F8537

Text Example


Text Example

White with #9F8537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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